Interface ListAvailableManagementCidrRangesResponse.Builder

    • Method Detail

      • managementCidrRanges

        ListAvailableManagementCidrRangesResponse.Builder managementCidrRanges​(Collection<String> managementCidrRanges)

        The list of available IP address ranges, specified as IPv4 CIDR blocks.

        Parameters:
        managementCidrRanges - The list of available IP address ranges, specified as IPv4 CIDR blocks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managementCidrRanges

        ListAvailableManagementCidrRangesResponse.Builder managementCidrRanges​(String... managementCidrRanges)

        The list of available IP address ranges, specified as IPv4 CIDR blocks.

        Parameters:
        managementCidrRanges - The list of available IP address ranges, specified as IPv4 CIDR blocks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAvailableManagementCidrRangesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.