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 ID 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 method that creates an instance of thePhysicalResource.Builder avoiding the need to
create one manually via
PhysicalResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #physicalResources(List.
physicalResources - a consumer that will call methods on
PhysicalResource.Builder#physicalResources(java.util.Collection) ListAppVersionResourcesResponse.Builder resolutionId(String resolutionId)
The ID for a specific resolution.
resolutionId - The ID for a specific resolution.Copyright © 2023. All rights reserved.