Interface AnycastIpListSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnycastIpListSummary.Builder,,AnycastIpListSummary> SdkBuilder<AnycastIpListSummary.Builder,,AnycastIpListSummary> SdkPojo
- Enclosing class:
AnycastIpListSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Anycast static IP list.The current version (ETag value) of the Anycast static IP list.The ID of the Anycast static IP list.ipAddressType(String ipAddressType) The IP address type for the Anycast static IP list.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.default AnycastIpListSummary.BuilderipamConfig(Consumer<IpamConfig.Builder> ipamConfig) The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.ipamConfig(IpamConfig ipamConfig) The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.The number of IP addresses in the Anycast static IP list.lastModifiedTime(Instant lastModifiedTime) The last time the Anycast static IP list was modified.The name of the Anycast static IP list.The deployment status of the Anycast static IP list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the Anycast static IP list.
- Parameters:
id- The ID of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Anycast static IP list.
- Parameters:
name- The name of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.
- Parameters:
status- The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the Anycast static IP list.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipCount
The number of IP addresses in the Anycast static IP list.
- Parameters:
ipCount- The number of IP addresses in the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last time the Anycast static IP list was modified.
- Parameters:
lastModifiedTime- The last time the Anycast static IP list was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The IP address type for the Anycast static IP list.
- Parameters:
ipAddressType- The IP address type for the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type for the Anycast static IP list.
- Parameters:
ipAddressType- The IP address type for the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The current version (ETag value) of the Anycast static IP list.
- Parameters:
eTag- The current version (ETag value) of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamConfig
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
- Parameters:
ipamConfig- The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamConfig
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
This is a convenience method that creates an instance of theIpamConfig.Builderavoiding the need to create one manually viaIpamConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamConfig(IpamConfig).- Parameters:
ipamConfig- a consumer that will call methods onIpamConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-