Interface AnycastIpListSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>,SdkBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>,SdkPojo
- Enclosing class:
- AnycastIpListSummary
@Mutable @NotThreadSafe public static interface AnycastIpListSummary.Builder extends SdkPojo, CopyableBuilder<AnycastIpListSummary.Builder,AnycastIpListSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnycastIpListSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the Anycast static IP list.AnycastIpListSummary.Builderid(String id)The ID of the Anycast static IP list.AnycastIpListSummary.BuilderipCount(Integer ipCount)The number of IP addresses in the Anycast static IP list.AnycastIpListSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The last time the Anycast static IP list was modified.AnycastIpListSummary.Buildername(String name)The name of the Anycast static IP list.AnycastIpListSummary.Builderstatus(String status)The deployment 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 Detail
-
id
AnycastIpListSummary.Builder id(String 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
AnycastIpListSummary.Builder name(String 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
AnycastIpListSummary.Builder status(String 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
AnycastIpListSummary.Builder arn(String 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
AnycastIpListSummary.Builder ipCount(Integer 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
AnycastIpListSummary.Builder lastModifiedTime(Instant 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.
-
-