public static interface ImportResourcesToDraftAppVersionRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ImportResourcesToDraftAppVersionRequest.Builder,ImportResourcesToDraftAppVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest.Builder |
eksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionRequest.Builder |
eksSources(Consumer<EksSource.Builder>... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionRequest.Builder |
eksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionRequest.Builder |
importStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest.Builder |
importStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
|
ImportResourcesToDraftAppVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportResourcesToDraftAppVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportResourcesToDraftAppVersionRequest.Builder |
sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
|
ImportResourcesToDraftAppVersionRequest.Builder |
sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources.
|
ImportResourcesToDraftAppVersionRequest.Builder |
terraformSources(Collection<TerraformSource> 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.
|
ImportResourcesToDraftAppVersionRequest.Builder |
terraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you need to import.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportResourcesToDraftAppVersionRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub 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 guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub 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 guide.ImportResourcesToDraftAppVersionRequest.Builder eksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you need to import.ImportResourcesToDraftAppVersionRequest.Builder eksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you need to import.ImportResourcesToDraftAppVersionRequest.Builder eksSources(Consumer<EksSource.Builder>... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
This is a convenience method that creates an instance of theEksSource.Builder avoiding the need to create one
manually via EksSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #eksSources(List.
eksSources - a consumer that will call methods on
EksSource.Builder#eksSources(java.util.Collection) ImportResourcesToDraftAppVersionRequest.Builder importStrategy(String importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into Resilience Hub application.ResourceImportStrategyType,
ResourceImportStrategyTypeImportResourcesToDraftAppVersionRequest.Builder importStrategy(ResourceImportStrategyType importStrategy)
The import strategy you would like to set to import resources into Resilience Hub application.
importStrategy - The import strategy you would like to set to import resources into Resilience Hub application.ResourceImportStrategyType,
ResourceImportStrategyTypeImportResourcesToDraftAppVersionRequest.Builder sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources.
sourceArns - The Amazon Resource Names (ARNs) for the resources.ImportResourcesToDraftAppVersionRequest.Builder sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources.
sourceArns - The Amazon Resource Names (ARNs) for the resources.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 © 2023. All rights reserved.