Interface SetIpAddressTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>,LightsailRequest.Builder,SdkBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetIpAddressTypeRequest
public static interface SetIpAddressTypeRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
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
-
resourceType
SetIpAddressTypeRequest.Builder resourceType(String resourceType)
The resource type.
The resource values are
Distribution,Instance, andLoadBalancer.Distribution-related APIs are available only in the N. Virginia (
us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration tous-east-1to create, view, or edit distributions.- Parameters:
resourceType- The resource type.The resource values are
Distribution,Instance, andLoadBalancer.Distribution-related APIs are available only in the N. Virginia (
us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration tous-east-1to create, view, or edit distributions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
SetIpAddressTypeRequest.Builder resourceType(ResourceType resourceType)
The resource type.
The resource values are
Distribution,Instance, andLoadBalancer.Distribution-related APIs are available only in the N. Virginia (
us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration tous-east-1to create, view, or edit distributions.- Parameters:
resourceType- The resource type.The resource values are
Distribution,Instance, andLoadBalancer.Distribution-related APIs are available only in the N. Virginia (
us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration tous-east-1to create, view, or edit distributions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceName
SetIpAddressTypeRequest.Builder resourceName(String resourceName)
The name of the resource for which to set the IP address type.
- Parameters:
resourceName- The name of the resource for which to set the IP address type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
SetIpAddressTypeRequest.Builder ipAddressType(String ipAddressType)
The IP address type to set for the specified resource.
The possible values are
ipv4for IPv4 only,ipv6for IPv6 only, anddualstackfor IPv4 and IPv6.- Parameters:
ipAddressType- The IP address type to set for the specified resource.The possible values are
ipv4for IPv4 only,ipv6for IPv6 only, anddualstackfor IPv4 and IPv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddressType
SetIpAddressTypeRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
The possible values are
ipv4for IPv4 only,ipv6for IPv6 only, anddualstackfor IPv4 and IPv6.- Parameters:
ipAddressType- The IP address type to set for the specified resource.The possible values are
ipv4for IPv4 only,ipv6for IPv6 only, anddualstackfor IPv4 and IPv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
acceptBundleUpdate
SetIpAddressTypeRequest.Builder acceptBundleUpdate(Boolean acceptBundleUpdate)
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from
dual-stackoripv4, toipv6. It also changes when switching fromipv6, todual-stackoripv4.You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stacktoipv6, the bundle will be updated, and billing for the IPv6-only instance bundle begins immediately.- Parameters:
acceptBundleUpdate- Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.An instance bundle will change when switching from
dual-stackoripv4, toipv6. It also changes when switching fromipv6, todual-stackoripv4.You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stacktoipv6, the bundle will be updated, and billing for the IPv6-only instance bundle begins immediately.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-