Interface ListTenantsResponse.Builder

    • Method Detail

      • tenants

        ListTenantsResponse.Builder tenants​(Collection<TenantInfo> tenants)

        An array that contains basic information about each tenant.

        Parameters:
        tenants - An array that contains basic information about each tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenants

        ListTenantsResponse.Builder tenants​(TenantInfo... tenants)

        An array that contains basic information about each tenant.

        Parameters:
        tenants - An array that contains basic information about each tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTenantsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to ListTenants, and pass this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to ListTenants, and pass this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.