Interface IPAddressTypeStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IPAddressTypeStatus.Builder,IPAddressTypeStatus>,SdkBuilder<IPAddressTypeStatus.Builder,IPAddressTypeStatus>,SdkPojo
- Enclosing class:
- IPAddressTypeStatus
public static interface IPAddressTypeStatus.Builder extends SdkPojo, CopyableBuilder<IPAddressTypeStatus.Builder,IPAddressTypeStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IPAddressTypeStatus.Builderoptions(String options)The IP address options for the domain.IPAddressTypeStatus.Builderoptions(IPAddressType options)The IP address options for the domain.default IPAddressTypeStatus.Builderstatus(Consumer<OptionStatus.Builder> status)Sets the value of the Status property for this object.IPAddressTypeStatus.Builderstatus(OptionStatus status)Sets the value of the Status property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
options
IPAddressTypeStatus.Builder options(String options)
The IP address options for the domain.
- Parameters:
options- The IP address options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IPAddressType,IPAddressType
-
options
IPAddressTypeStatus.Builder options(IPAddressType options)
The IP address options for the domain.
- Parameters:
options- The IP address options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IPAddressType,IPAddressType
-
status
IPAddressTypeStatus.Builder status(OptionStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default IPAddressTypeStatus.Builder status(Consumer<OptionStatus.Builder> status)
Sets the value of the Status property for this object. This is a convenience method that creates an instance of theOptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
status(OptionStatus)
-
-