public static interface ListResourcesResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResponse.Builder |
nextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListResourcesResponse.Builder |
resourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResponse.Builder |
resourceDescriptions(Consumer<ResourceDescription.Builder>... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResponse.Builder |
resourceDescriptions(ResourceDescription... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
|
ListResourcesResponse.Builder |
typeName(String typeName)
The name of the resource type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesResponse.Builder typeName(String typeName)
The name of the resource type.
typeName - The name of the resource type.ListResourcesResponse.Builder resourceDescriptions(Collection<ResourceDescription> resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
resourceDescriptions - Information about the specified resources, including primary identifier and resource model.ListResourcesResponse.Builder resourceDescriptions(ResourceDescription... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
resourceDescriptions - Information about the specified resources, including primary identifier and resource model.ListResourcesResponse.Builder resourceDescriptions(Consumer<ResourceDescription.Builder>... resourceDescriptions)
Information about the specified resources, including primary identifier and resource model.
This is a convenience method that creates an instance of theResourceDescription.Builder avoiding the need to
create one manually via
ResourceDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resourceDescriptions(List.
resourceDescriptions - a consumer that will call methods on
ResourceDescription.Builder#resourceDescriptions(java.util.Collection) ListResourcesResponse.Builder nextToken(String nextToken)
If the request doesn't return all of the remaining results, NextToken is set to a token. To
retrieve the next set of results, call ListResources again and assign that token to the request
object's NextToken parameter. If the request returns all results, NextToken is set
to null.
nextToken - If the request doesn't return all of the remaining results, NextToken is set to a token.
To retrieve the next set of results, call ListResources again and assign that token to
the request object's NextToken parameter. If the request returns all results,
NextToken is set to null.Copyright © 2023. All rights reserved.