Interface InstanceIpv6Address.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceIpv6Address.Builder,,- InstanceIpv6Address> - SdkBuilder<InstanceIpv6Address.Builder,,- InstanceIpv6Address> - SdkPojo
- Enclosing class:
- InstanceIpv6Address
@Mutable
@NotThreadSafe
public static interface InstanceIpv6Address.Builder
extends SdkPojo, CopyableBuilder<InstanceIpv6Address.Builder,InstanceIpv6Address> 
- 
Method SummaryModifier and TypeMethodDescriptionipv6Address(String ipv6Address) Specific IPv6 address assigned to the instance.isPrimaryIpv6(Boolean isPrimaryIpv6) Indicates if this is the primary IPv6 address for the instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ipv6AddressSpecific IPv6 address assigned to the instance. - Parameters:
- ipv6Address- Specific IPv6 address assigned to the instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isPrimaryIpv6Indicates if this is the primary IPv6 address for the instance. - Parameters:
- isPrimaryIpv6- Indicates if this is the primary IPv6 address for the instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-