public static interface ListUnsupportedAppVersionResourcesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,ListUnsupportedAppVersionResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUnsupportedAppVersionResourcesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListUnsupportedAppVersionResourcesResponse.Builder |
resolutionId(String resolutionId)
The identifier for a specific resolution.
|
ListUnsupportedAppVersionResourcesResponse.Builder |
unsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
|
ListUnsupportedAppVersionResourcesResponse.Builder |
unsupportedResources(Consumer<UnsupportedResource.Builder>... unsupportedResources)
The unsupported resources for the application.
|
ListUnsupportedAppVersionResourcesResponse.Builder |
unsupportedResources(UnsupportedResource... unsupportedResources)
The unsupported resources for the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUnsupportedAppVersionResourcesResponse.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.ListUnsupportedAppVersionResourcesResponse.Builder resolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId - The identifier for a specific resolution.ListUnsupportedAppVersionResourcesResponse.Builder unsupportedResources(Collection<UnsupportedResource> unsupportedResources)
The unsupported resources for the application.
unsupportedResources - The unsupported resources for the application.ListUnsupportedAppVersionResourcesResponse.Builder unsupportedResources(UnsupportedResource... unsupportedResources)
The unsupported resources for the application.
unsupportedResources - The unsupported resources for the application.ListUnsupportedAppVersionResourcesResponse.Builder unsupportedResources(Consumer<UnsupportedResource.Builder>... unsupportedResources)
The unsupported resources for the application.
This is a convenience method that creates an instance of theUnsupportedResource.Builder avoiding the need to
create one manually via
UnsupportedResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unsupportedResources(List.
unsupportedResources - a consumer that will call methods on
UnsupportedResource.Builder#unsupportedResources(java.util.Collection) Copyright © 2022. All rights reserved.