public static interface ImportResourcesToDraftAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ImportResourcesToDraftAppVersionResponse.Builder,ImportResourcesToDraftAppVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionResponse.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
ImportResourcesToDraftAppVersionResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
ImportResourcesToDraftAppVersionResponse.Builder |
sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources that you imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
status(ResourceImportStatusType status)
The status of the action.
|
ImportResourcesToDraftAppVersionResponse.Builder |
status(String status)
The status of the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportResourcesToDraftAppVersionResponse.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.ImportResourcesToDraftAppVersionResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.ImportResourcesToDraftAppVersionResponse.Builder sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you imported.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you imported.ImportResourcesToDraftAppVersionResponse.Builder sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources that you imported.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you imported.ImportResourcesToDraftAppVersionResponse.Builder status(String status)
The status of the action.
status - The status of the action.ResourceImportStatusType,
ResourceImportStatusTypeImportResourcesToDraftAppVersionResponse.Builder status(ResourceImportStatusType status)
The status of the action.
status - The status of the action.ResourceImportStatusType,
ResourceImportStatusTypeCopyright © 2021. All rights reserved.