Uses of Interface
software.amazon.awssdk.services.cloudfront.model.AnycastIpList.Builder
Packages that use AnycastIpList.Builder
-
Uses of AnycastIpList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AnycastIpList.BuilderModifier and TypeMethodDescriptionAnycastIpList.Builder.anycastIps(String... anycastIps) The static IP addresses that are allocated to the Anycast static IP list.AnycastIpList.Builder.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.static AnycastIpList.BuilderAnycastIpList.builder()The ID of the Anycast static IP list.AnycastIpList.Builder.ipAddressType(String ipAddressType) The IP address type for the Anycast static IP list.AnycastIpList.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.default AnycastIpList.BuilderAnycastIpList.Builder.ipamConfig(Consumer<IpamConfig.Builder> ipamConfig) The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.AnycastIpList.Builder.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.AnycastIpList.Builder.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.AnycastIpList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type AnycastIpList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnycastIpList.Builder>AnycastIpList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type AnycastIpList.BuilderModifier and TypeMethodDescriptionCreateAnycastIpListResponse.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.UpdateAnycastIpListResponse.Builder.anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) Sets the value of the AnycastIpList property for this object.