Interface ListAvailableManagementCidrRangesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListAvailableManagementCidrRangesResponse.Builder,ListAvailableManagementCidrRangesResponse>, SdkBuilder<ListAvailableManagementCidrRangesResponse.Builder,ListAvailableManagementCidrRangesResponse>, SdkPojo, SdkResponse.Builder, WorkSpacesResponse.Builder
Enclosing class:
ListAvailableManagementCidrRangesResponse

  • Method Details

    • 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

      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.