Interface CreateDefaultSubnetRequest.Builder

    • Method Detail

      • availabilityZone

        CreateDefaultSubnetRequest.Builder availabilityZone​(String availabilityZone)

        The Availability Zone in which to create the default subnet.

        Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.

        Parameters:
        availabilityZone - The Availability Zone in which to create the default subnet.

        Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.

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

        CreateDefaultSubnetRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6Native

        CreateDefaultSubnetRequest.Builder ipv6Native​(Boolean ipv6Native)

        Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.

        Parameters:
        ipv6Native - Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZoneId

        CreateDefaultSubnetRequest.Builder availabilityZoneId​(String availabilityZoneId)

        The ID of the Availability Zone.

        Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.

        Parameters:
        availabilityZoneId - The ID of the Availability Zone.

        Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.

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