public static interface DescribeDraftAppVersionResourcesImportStatusResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
errorMessage(String errorMessage)
The returned error message for the request.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
status(ResourceImportStatusType status)
The status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
status(String status)
The status of the action.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
statusChangeTime(Instant statusChangeTime)
The timestamp for when the status last changed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDraftAppVersionResourcesImportStatusResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn - The Amazon Resource Name (ARN) of the 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.DescribeDraftAppVersionResourcesImportStatusResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.DescribeDraftAppVersionResourcesImportStatusResponse.Builder errorMessage(String errorMessage)
The returned error message for the request.
errorMessage - The returned error message for the request.DescribeDraftAppVersionResourcesImportStatusResponse.Builder status(String status)
The status of the action.
status - The status of the action.ResourceImportStatusType,
ResourceImportStatusTypeDescribeDraftAppVersionResourcesImportStatusResponse.Builder status(ResourceImportStatusType status)
The status of the action.
status - The status of the action.ResourceImportStatusType,
ResourceImportStatusTypeDescribeDraftAppVersionResourcesImportStatusResponse.Builder statusChangeTime(Instant statusChangeTime)
The timestamp for when the status last changed.
statusChangeTime - The timestamp for when the status last changed.Copyright © 2022. All rights reserved.