Interface AnycastIpList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnycastIpList.Builder,
,AnycastIpList> SdkBuilder<AnycastIpList.Builder,
,AnycastIpList> SdkPojo
- Enclosing class:
AnycastIpList
@Mutable
@NotThreadSafe
public static interface AnycastIpList.Builder
extends SdkPojo, CopyableBuilder<AnycastIpList.Builder,AnycastIpList>
-
Method Summary
Modifier and TypeMethodDescriptionanycastIps
(String... anycastIps) The static IP addresses that are allocated to the Anycast static IP list.anycastIps
(Collection<String> anycastIps) The static IP addresses that are allocated to the Anycast static IP list.The Amazon Resource Name (ARN) of the Anycast static IP list.The ID of the Anycast static IP list.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 status of the Anycast static IP list.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
-
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 status of the Anycast static IP list. Valid values:
Deployed
,Deploying
, orFailed
.- Parameters:
status
- The status of the Anycast static IP list. Valid values:Deployed
,Deploying
, orFailed
.- 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.
-
anycastIps
The static IP addresses that are allocated to the Anycast static IP list.
- Parameters:
anycastIps
- The static IP addresses that are allocated to the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIps
The static IP addresses that are allocated to the Anycast static IP list.
- Parameters:
anycastIps
- The static IP addresses that are allocated to 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.
-