public static interface SetIpAddressTypeRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
SetIpAddressTypeRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
|
SetIpAddressTypeRequest.Builder |
ipAddressType(String ipAddressType)
The IP address type to set for the specified resource.
|
SetIpAddressTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetIpAddressTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetIpAddressTypeRequest.Builder |
resourceName(String resourceName)
The name of the resource for which to set the IP address type.
|
SetIpAddressTypeRequest.Builder |
resourceType(ResourceType resourceType)
The resource type.
|
SetIpAddressTypeRequest.Builder |
resourceType(String resourceType)
The resource type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetIpAddressTypeRequest.Builder resourceType(String resourceType)
The resource type.
The possible values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region. Set your
AWS Region configuration to us-east-1 to create, view, or edit distributions.
resourceType - The resource type.
The possible values are Distribution, Instance, and
LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region.
Set your AWS Region configuration to us-east-1 to create, view, or edit distributions.
ResourceType,
ResourceTypeSetIpAddressTypeRequest.Builder resourceType(ResourceType resourceType)
The resource type.
The possible values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region. Set your
AWS Region configuration to us-east-1 to create, view, or edit distributions.
resourceType - The resource type.
The possible values are Distribution, Instance, and
LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region.
Set your AWS Region configuration to us-east-1 to create, view, or edit distributions.
ResourceType,
ResourceTypeSetIpAddressTypeRequest.Builder resourceName(String resourceName)
The name of the resource for which to set the IP address type.
resourceName - The name of the resource for which to set the IP address type.SetIpAddressTypeRequest.Builder ipAddressType(String ipAddressType)
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
ipAddressType - The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
ipAddressType - The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.