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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetIpAddressTypeRequest.BuilderipAddressType(String ipAddressType)The IP address type to set for the specified resource.SetIpAddressTypeRequest.BuilderipAddressType(IpAddressType ipAddressType)The IP address type to set for the specified resource.SetIpAddressTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIpAddressTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetIpAddressTypeRequest.BuilderresourceName(String resourceName)The name of the resource for which to set the IP address type.SetIpAddressTypeRequest.BuilderresourceType(String resourceType)The resource type.SetIpAddressTypeRequest.BuilderresourceType(ResourceType resourceType)The resource type.-
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, 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, anddualstackfor IPv4 and IPv6.- Parameters:
ipAddressType- The IP address type to set for the specified resource.The possible values are
ipv4for IPv4 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, anddualstackfor IPv4 and IPv6.- Parameters:
ipAddressType- The IP address type to set for the specified resource.The possible values are
ipv4for IPv4 only, anddualstackfor IPv4 and IPv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-