Interface ListTenantResourcesResponse.Builder

    • Method Detail

      • tenantResources

        ListTenantResourcesResponse.Builder tenantResources​(Collection<TenantResource> tenantResources)

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

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

        ListTenantResourcesResponse.Builder tenantResources​(TenantResource... tenantResources)

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

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

        ListTenantResourcesResponse.Builder nextToken​(String nextToken)

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

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