Interface ListTenantResourcesResponse.Builder

  • Method Details

    • 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.
    • tenantResources

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

      This is a convenience method that creates an instance of the TenantResource.Builder avoiding the need to create one manually via TenantResource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tenantResources(List<TenantResource>).

      Parameters:
      tenantResources - a consumer that will call methods on TenantResource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.