public static interface ImportResourcesToDraftAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ImportResourcesToDraftAppVersionResponse.Builder,ImportResourcesToDraftAppVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ImportResourcesToDraftAppVersionResponse.Builder |
appVersion(String appVersion)
The version of the application.
|
ImportResourcesToDraftAppVersionResponse.Builder |
eksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
eksSources(Consumer<EksSource.Builder>... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
eksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
status(ResourceImportStatusType status)
Status of the action.
|
ImportResourcesToDraftAppVersionResponse.Builder |
status(String status)
Status of the action.
|
ImportResourcesToDraftAppVersionResponse.Builder |
terraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
terraformSources(Consumer<TerraformSource.Builder>... terraformSources)
A list of terraform file s3 URLs you have imported.
|
ImportResourcesToDraftAppVersionResponse.Builder |
terraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you have imported.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportResourcesToDraftAppVersionResponse.Builder appArn(String appArn)
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 Amazon Web Services General Reference guide.
appArn - 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 Amazon Web Services General Reference guide.ImportResourcesToDraftAppVersionResponse.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.ImportResourcesToDraftAppVersionResponse.Builder eksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you have imported.ImportResourcesToDraftAppVersionResponse.Builder eksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
eksSources - The input sources of the Amazon Elastic Kubernetes Service resources you have imported.ImportResourcesToDraftAppVersionResponse.Builder eksSources(Consumer<EksSource.Builder>... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
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) ImportResourcesToDraftAppVersionResponse.Builder sourceArns(Collection<String> sourceArns)
The Amazon Resource Names (ARNs) for the resources you have imported.
sourceArns - The Amazon Resource Names (ARNs) for the resources you have imported.ImportResourcesToDraftAppVersionResponse.Builder sourceArns(String... sourceArns)
The Amazon Resource Names (ARNs) for the resources you have imported.
sourceArns - The Amazon Resource Names (ARNs) for the resources you have imported.ImportResourcesToDraftAppVersionResponse.Builder status(String status)
Status of the action.
status - Status of the action.ResourceImportStatusType,
ResourceImportStatusTypeImportResourcesToDraftAppVersionResponse.Builder status(ResourceImportStatusType status)
Status of the action.
status - Status of the action.ResourceImportStatusType,
ResourceImportStatusTypeImportResourcesToDraftAppVersionResponse.Builder terraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you have imported.
terraformSources - A list of terraform file s3 URLs you have imported.ImportResourcesToDraftAppVersionResponse.Builder terraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you have imported.
terraformSources - A list of terraform file s3 URLs you have imported.ImportResourcesToDraftAppVersionResponse.Builder terraformSources(Consumer<TerraformSource.Builder>... terraformSources)
A list of terraform file s3 URLs you have imported.
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 © 2023. All rights reserved.