Uses of Interface
software.amazon.awssdk.services.cloudfront.model.AnycastIpList.Builder
-
Packages that use AnycastIpList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of AnycastIpList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AnycastIpList.Builder Modifier and Type Method Description AnycastIpList.BuilderAnycastIpList.Builder. anycastIps(String... anycastIps)The static IP addresses that are allocated to the Anycast static IP list.AnycastIpList.BuilderAnycastIpList.Builder. anycastIps(Collection<String> anycastIps)The static IP addresses that are allocated to the Anycast static IP list.AnycastIpList.BuilderAnycastIpList.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Anycast static IP list.static AnycastIpList.BuilderAnycastIpList. builder()AnycastIpList.BuilderAnycastIpList.Builder. id(String id)The ID of the Anycast static IP list.AnycastIpList.BuilderAnycastIpList.Builder. ipCount(Integer ipCount)The number of IP addresses in the Anycast static IP list.AnycastIpList.BuilderAnycastIpList.Builder. lastModifiedTime(Instant lastModifiedTime)The last time the Anycast static IP list was modified.AnycastIpList.BuilderAnycastIpList.Builder. name(String name)The name of the Anycast static IP list.AnycastIpList.BuilderAnycastIpList.Builder. status(String status)The status of the Anycast static IP list.AnycastIpList.BuilderAnycastIpList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type AnycastIpList.Builder Modifier and Type Method Description static Class<? extends AnycastIpList.Builder>AnycastIpList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type AnycastIpList.Builder Modifier and Type Method Description default CreateAnycastIpListResponse.BuilderCreateAnycastIpListResponse.Builder. anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList)A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.default GetAnycastIpListResponse.BuilderGetAnycastIpListResponse.Builder. anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList)The Anycast static IP list details.
-