public static interface ListAppVersionResourcesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppVersionResourcesResponse.Builder,ListAppVersionResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionResourcesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListAppVersionResourcesResponse.Builder |
physicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResponse.Builder |
physicalResources(Consumer<PhysicalResource.Builder>... physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResponse.Builder |
physicalResources(PhysicalResource... physicalResources)
The physical resources in the application version.
|
ListAppVersionResourcesResponse.Builder |
resolutionId(String resolutionId)
The identifier for a specific resolution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionResourcesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListAppVersionResourcesResponse.Builder physicalResources(Collection<PhysicalResource> physicalResources)
The physical resources in the application version.
physicalResources - The physical resources in the application version.ListAppVersionResourcesResponse.Builder physicalResources(PhysicalResource... physicalResources)
The physical resources in the application version.
physicalResources - The physical resources in the application version.ListAppVersionResourcesResponse.Builder physicalResources(Consumer<PhysicalResource.Builder>... physicalResources)
The physical resources in the application version.
This is a convenience 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 #physicalResources(List) .physicalResources - a consumer that will call methods on List.Builder #physicalResources(List) ListAppVersionResourcesResponse.Builder resolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId - The identifier for a specific resolution.Copyright © 2021. All rights reserved.