Interface ListUnsupportedAppVersionResourcesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,ListUnsupportedAppVersionResourcesResponse>,ResiliencehubResponse.Builder,SdkBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,ListUnsupportedAppVersionResourcesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListUnsupportedAppVersionResourcesResponse
public static interface ListUnsupportedAppVersionResourcesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListUnsupportedAppVersionResourcesResponse.Builder,ListUnsupportedAppVersionResourcesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUnsupportedAppVersionResourcesResponse.BuildernextToken(String nextToken)Token for the next set of results, or null if there are no more results.ListUnsupportedAppVersionResourcesResponse.BuilderresolutionId(String resolutionId)The identifier for a specific resolution.ListUnsupportedAppVersionResourcesResponse.BuilderunsupportedResources(Collection<UnsupportedResource> unsupportedResources)The unsupported resources for the application.ListUnsupportedAppVersionResourcesResponse.BuilderunsupportedResources(Consumer<UnsupportedResource.Builder>... unsupportedResources)The unsupported resources for the application.ListUnsupportedAppVersionResourcesResponse.BuilderunsupportedResources(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListUnsupportedAppVersionResourcesResponse.Builder nextToken(String 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
ListUnsupportedAppVersionResourcesResponse.Builder resolutionId(String 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.Builderavoiding the need to create one manually viaUnsupportedResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unsupportedResources(List.) - 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:
#unsupportedResources(java.util.Collection)
-
-