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 theResourceInfo.Builder avoiding the
need to create one manually via
ResourceInfo.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resources(List.
resources - a consumer that will call methods on
ResourceInfo.Builder#resources(java.util.Collection) 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.