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 Details

    • resourceType

      SetIpAddressTypeRequest.Builder resourceType(String resourceType)

      The resource type.

      The resource values are Distribution, Instance, and LoadBalancer.

      Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

      Parameters:
      resourceType - The resource type.

      The resource values are Distribution, Instance, and LoadBalancer.

      Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      SetIpAddressTypeRequest.Builder resourceType(ResourceType resourceType)

      The resource type.

      The resource values are Distribution, Instance, and LoadBalancer.

      Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

      Parameters:
      resourceType - The resource type.

      The resource values are Distribution, Instance, and LoadBalancer.

      Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      SetIpAddressTypeRequest.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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      SetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.