public static interface ListAssociatedResourcesResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedResourcesResponse.Builder,ListAssociatedResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedResourcesResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListAssociatedResourcesResponse.Builder |
resources(Collection<ResourceInfo> resources)
Information about the resources.
|
ListAssociatedResourcesResponse.Builder |
resources(Consumer<ResourceInfo.Builder>... resources)
Information about the resources.
|
ListAssociatedResourcesResponse.Builder |
resources(ResourceInfo... resources)
Information about the resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedResourcesResponse.Builder resources(Collection<ResourceInfo> resources)
Information about the resources.
resources - Information about the resources.ListAssociatedResourcesResponse.Builder resources(ResourceInfo... resources)
Information about the resources.
resources - Information about the resources.ListAssociatedResourcesResponse.Builder resources(Consumer<ResourceInfo.Builder>... resources)
Information about the resources.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resources(List) .resources - a consumer that will call methods on List.Builder #resources(List) ListAssociatedResourcesResponse.Builder nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.Copyright © 2022. All rights reserved.