public static interface DescribeAppVersionResourcesResolutionStatusResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppVersionResourcesResolutionStatusResponse.Builder,DescribeAppVersionResourcesResolutionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
errorMessage(String errorMessage)
The returned error message for the request.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
resolutionId(String resolutionId)
The identifier for a specific resolution.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
status(ResourceResolutionStatusType status)
Status of the action.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
status(String status)
Status of the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppVersionResourcesResolutionStatusResponse.Builder appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.DescribeAppVersionResourcesResolutionStatusResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.DescribeAppVersionResourcesResolutionStatusResponse.Builder errorMessage(String errorMessage)
The returned error message for the request.
errorMessage - The returned error message for the request.DescribeAppVersionResourcesResolutionStatusResponse.Builder resolutionId(String resolutionId)
The identifier for a specific resolution.
resolutionId - The identifier for a specific resolution.DescribeAppVersionResourcesResolutionStatusResponse.Builder status(String status)
Status of the action.
status - Status of the action.ResourceResolutionStatusType,
ResourceResolutionStatusTypeDescribeAppVersionResourcesResolutionStatusResponse.Builder status(ResourceResolutionStatusType status)
Status of the action.
status - Status of the action.ResourceResolutionStatusType,
ResourceResolutionStatusTypeCopyright © 2023. All rights reserved.