Interface SetIpAddressTypeRequest.Builder

    • Method Detail

      • 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, ResourceType
      • 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:
        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 ipv4 for IPv4 only, ipv6 for IPv6 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, ipv6 for IPv6 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, IpAddressType
      • ipAddressType

        SetIpAddressTypeRequest.Builder ipAddressType​(IpAddressType ipAddressType)

        The IP address type to set for the specified resource.

        The possible values are ipv4 for IPv4 only, ipv6 for IPv6 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, ipv6 for IPv6 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, 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-stack or ipv4, to ipv6. It also changes when switching from ipv6, to dual-stack or ipv4.

        You must include this parameter in the command to update the bundle. For example, if you switch from dual-stack to ipv6, 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-stack or ipv4, to ipv6. It also changes when switching from ipv6, to dual-stack or ipv4.

        You must include this parameter in the command to update the bundle. For example, if you switch from dual-stack to ipv6, 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.