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 Summary
Modifier 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.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 Details
-
ipv6Address
Specific 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.
-
isPrimaryIpv6
Indicates 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.
-