Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateAnycastIpListRequest.Builder
Packages that use CreateAnycastIpListRequest.Builder
Package
Description
-
Uses of CreateAnycastIpListRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.createAnycastIpList(Consumer<CreateAnycastIpListRequest.Builder> createAnycastIpListRequest) Creates an Anycast static IP list.default CreateAnycastIpListResponseCloudFrontClient.createAnycastIpList(Consumer<CreateAnycastIpListRequest.Builder> createAnycastIpListRequest) Creates an Anycast static IP list. -
Uses of CreateAnycastIpListRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionCreateAnycastIpListRequest.builder()CreateAnycastIpListRequest.Builder.ipAddressType(String ipAddressType) The IP address type for the Anycast static IP list.CreateAnycastIpListRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the Anycast static IP list.CreateAnycastIpListRequest.Builder.ipamCidrConfigs(Collection<IpamCidrConfig> ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.CreateAnycastIpListRequest.Builder.ipamCidrConfigs(Consumer<IpamCidrConfig.Builder>... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.CreateAnycastIpListRequest.Builder.ipamCidrConfigs(IpamCidrConfig... ipamCidrConfigs) A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for creating the Anycast static IP list.The number of static IP addresses that are allocated to the Anycast static IP list.Name of the Anycast static IP list.CreateAnycastIpListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAnycastIpListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateAnycastIpListRequest.Builder.tags(Consumer<Tags.Builder> tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateAnycastIpListRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateAnycastIpListRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAnycastIpListRequest.Builder>CreateAnycastIpListRequest.serializableBuilderClass()