Interface CreateSubnetCidrReservationRequest.Builder

    • Method Detail

      • subnetId

        CreateSubnetCidrReservationRequest.Builder subnetId​(String subnetId)

        The ID of the subnet.

        Parameters:
        subnetId - The ID of the subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidr

        CreateSubnetCidrReservationRequest.Builder cidr​(String cidr)

        The IPv4 or IPV6 CIDR range to reserve.

        Parameters:
        cidr - The IPv4 or IPV6 CIDR range to reserve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservationType

        CreateSubnetCidrReservationRequest.Builder reservationType​(String reservationType)

        The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

        • prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces.

        • explicit - You assign the reserved IP addresses to network interfaces.

        Parameters:
        reservationType - The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

        • prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces.

        • explicit - You assign the reserved IP addresses to network interfaces.

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

        CreateSubnetCidrReservationRequest.Builder reservationType​(SubnetCidrReservationType reservationType)

        The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

        • prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces.

        • explicit - You assign the reserved IP addresses to network interfaces.

        Parameters:
        reservationType - The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

        • prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces.

        • explicit - You assign the reserved IP addresses to network interfaces.

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

        CreateSubnetCidrReservationRequest.Builder description​(String description)

        The description to assign to the subnet CIDR reservation.

        Parameters:
        description - The description to assign to the subnet CIDR reservation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CreateSubnetCidrReservationRequest.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.
      • tagSpecifications

        CreateSubnetCidrReservationRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to assign to the subnet CIDR reservation.

        Parameters:
        tagSpecifications - The tags to assign to the subnet CIDR reservation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateSubnetCidrReservationRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the subnet CIDR reservation.

        Parameters:
        tagSpecifications - The tags to assign to the subnet CIDR reservation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.