public static interface DescribeAppVersionResourcesResolutionStatusResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppVersionResourcesResolutionStatusResponse.Builder,DescribeAppVersionResourcesResolutionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the 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)
The status of the action.
|
DescribeAppVersionResourcesResolutionStatusResponse.Builder |
status(String status)
The status of the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppVersionResourcesResolutionStatusResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region:account:app/app-id. For more information about ARNs, see
Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:
partition:dcps:region:account:app/app-id. For more
information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.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)
The status of the action.
status - The status of the action.ResourceResolutionStatusType,
ResourceResolutionStatusTypeDescribeAppVersionResourcesResolutionStatusResponse.Builder status(ResourceResolutionStatusType status)
The status of the action.
status - The status of the action.ResourceResolutionStatusType,
ResourceResolutionStatusTypeCopyright © 2021. All rights reserved.