Interface AccountModification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountModification.Builder,AccountModification>,SdkBuilder<AccountModification.Builder,AccountModification>,SdkPojo
- Enclosing class:
- AccountModification
public static interface AccountModification.Builder extends SdkPojo, CopyableBuilder<AccountModification.Builder,AccountModification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountModification.BuilderdedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.AccountModification.BuilderdedicatedTenancySupport(String dedicatedTenancySupport)The status of BYOL (whether BYOL is being enabled or disabled).AccountModification.BuilderdedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)The status of BYOL (whether BYOL is being enabled or disabled).AccountModification.BuildererrorCode(String errorCode)The error code that is returned if the configuration of BYOL cannot be modified.AccountModification.BuildererrorMessage(String errorMessage)The text of the error message that is returned if the configuration of BYOL cannot be modified.AccountModification.BuildermodificationState(String modificationState)The state of the modification to the configuration of BYOL.AccountModification.BuildermodificationState(DedicatedTenancyModificationStateEnum modificationState)The state of the modification to the configuration of BYOL.AccountModification.BuilderstartTime(Instant startTime)The timestamp when the modification of the BYOL configuration was started.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
modificationState
AccountModification.Builder modificationState(String modificationState)
The state of the modification to the configuration of BYOL.
- Parameters:
modificationState- The state of the modification to the configuration of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancyModificationStateEnum,DedicatedTenancyModificationStateEnum
-
modificationState
AccountModification.Builder modificationState(DedicatedTenancyModificationStateEnum modificationState)
The state of the modification to the configuration of BYOL.
- Parameters:
modificationState- The state of the modification to the configuration of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancyModificationStateEnum,DedicatedTenancyModificationStateEnum
-
dedicatedTenancySupport
AccountModification.Builder dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
- Parameters:
dedicatedTenancySupport- The status of BYOL (whether BYOL is being enabled or disabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancySupportResultEnum,DedicatedTenancySupportResultEnum
-
dedicatedTenancySupport
AccountModification.Builder dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
- Parameters:
dedicatedTenancySupport- The status of BYOL (whether BYOL is being enabled or disabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancySupportResultEnum,DedicatedTenancySupportResultEnum
-
dedicatedTenancyManagementCidrRange
AccountModification.Builder dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
- Parameters:
dedicatedTenancyManagementCidrRange- The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
AccountModification.Builder startTime(Instant startTime)
The timestamp when the modification of the BYOL configuration was started.
- Parameters:
startTime- The timestamp when the modification of the BYOL configuration was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
AccountModification.Builder errorCode(String errorCode)
The error code that is returned if the configuration of BYOL cannot be modified.
- Parameters:
errorCode- The error code that is returned if the configuration of BYOL cannot be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
AccountModification.Builder errorMessage(String errorMessage)
The text of the error message that is returned if the configuration of BYOL cannot be modified.
- Parameters:
errorMessage- The text of the error message that is returned if the configuration of BYOL cannot be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-