Interface ListUnsupportedAppVersionResourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,
,ListUnsupportedAppVersionResourcesResponse> ResiliencehubResponse.Builder
,SdkBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,
,ListUnsupportedAppVersionResourcesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListUnsupportedAppVersionResourcesResponse
@Mutable
@NotThreadSafe
public static interface ListUnsupportedAppVersionResourcesResponse.Builder
extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,ListUnsupportedAppVersionResourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionToken for the next set of results, or null if there are no more results.resolutionId
(String resolutionId) The identifier for a specific resolution.unsupportedResources
(Collection<UnsupportedResource> unsupportedResources) The unsupported resources for the application.unsupportedResources
(Consumer<UnsupportedResource.Builder>... unsupportedResources) The unsupported resources for the application.unsupportedResources
(UnsupportedResource... unsupportedResources) The unsupported resources for the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
Token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- Token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionId
The identifier for a specific resolution.
- Parameters:
resolutionId
- The identifier for a specific resolution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsupportedResources
ListUnsupportedAppVersionResourcesResponse.Builder unsupportedResources(Collection<UnsupportedResource> unsupportedResources) The unsupported resources for the application.
- Parameters:
unsupportedResources
- The unsupported resources for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsupportedResources
ListUnsupportedAppVersionResourcesResponse.Builder unsupportedResources(UnsupportedResource... unsupportedResources) The unsupported resources for the application.
- Parameters:
unsupportedResources
- The unsupported resources for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsupportedResources
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 viaUnsupportedResource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounsupportedResources(List<UnsupportedResource>)
.- Parameters:
unsupportedResources
- a consumer that will call methods onUnsupportedResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-