Interface AdvertiseByoipCidrRequest.Builder

    • Method Detail

      • cidr

        AdvertiseByoipCidrRequest.Builder cidr​(String cidr)

        The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

        Parameters:
        cidr - The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asn

        AdvertiseByoipCidrRequest.Builder asn​(String asn)

        The public 2-byte or 4-byte ASN that you want to advertise.

        Parameters:
        asn - The public 2-byte or 4-byte ASN that you want to advertise.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

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