public static interface ImportResourcesToDraftAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ImportResourcesToDraftAppVersionResponse.Builder,ImportResourcesToDraftAppVersionResponse>
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
: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.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,
ResourceImportStatusTypeImportResourcesToDraftAppVersionResponse.Builder terraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
terraformSources - A list of terraform file s3 URLs you need to import.ImportResourcesToDraftAppVersionResponse.Builder terraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you need to import.
terraformSources - A list of terraform file s3 URLs you need to import.ImportResourcesToDraftAppVersionResponse.Builder terraformSources(Consumer<TerraformSource.Builder>... terraformSources)
A list of terraform file s3 URLs you need to import.
This is a convenience method that creates an instance of theTerraformSource.Builder avoiding the need to
create one manually via TerraformSource.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #terraformSources(List.
terraformSources - a consumer that will call methods on
TerraformSource.Builder#terraformSources(java.util.Collection) Copyright © 2022. All rights reserved.