Interface ListResourceTenantsResponse.Builder

    • Method Detail

      • resourceTenants

        ListResourceTenantsResponse.Builder resourceTenants​(Collection<ResourceTenantMetadata> resourceTenants)

        An array that contains information about each tenant associated with the resource.

        Parameters:
        resourceTenants - An array that contains information about each tenant associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTenants

        ListResourceTenantsResponse.Builder resourceTenants​(ResourceTenantMetadata... resourceTenants)

        An array that contains information about each tenant associated with the resource.

        Parameters:
        resourceTenants - An array that contains information about each tenant associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourceTenantsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to ListResourceTenants, 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 ListResourceTenants, and pass this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.