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 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 #unsupportedResources(List) .unsupportedResources - a consumer that will call methods on List.Builder #unsupportedResources(List) Copyright © 2021. All rights reserved.