public static interface ImportResourcesToDraftAppVersionRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ImportResourcesToDraftAppVersionRequest.Builder,ImportResourcesToDraftAppVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportResourcesToDraftAppVersionRequest.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.ImportResourcesToDraftAppVersionRequest.Builder sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.ImportResourcesToDraftAppVersionRequest.Builder sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources that you want to import.
sourceArns - The Amazon Resource Names (ARNs) for the resources that you want to import.ImportResourcesToDraftAppVersionRequest.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.ImportResourcesToDraftAppVersionRequest.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.ImportResourcesToDraftAppVersionRequest.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) ImportResourcesToDraftAppVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.