Interface ListDistributionTenantsResponse.Builder

    • Method Detail

      • nextMarker

        ListDistributionTenantsResponse.Builder nextMarker​(String nextMarker)

        A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

        Parameters:
        nextMarker - A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • distributionTenantList

        ListDistributionTenantsResponse.Builder distributionTenantList​(Collection<DistributionTenantSummary> distributionTenantList)

        The list of distribution tenants that you retrieved.

        Parameters:
        distributionTenantList - The list of distribution tenants that you retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • distributionTenantList

        ListDistributionTenantsResponse.Builder distributionTenantList​(DistributionTenantSummary... distributionTenantList)

        The list of distribution tenants that you retrieved.

        Parameters:
        distributionTenantList - The list of distribution tenants that you retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.