public static interface DeleteAppInputSourceRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppInputSourceRequest.Builder,DeleteAppInputSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppInputSourceRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
DeleteAppInputSourceRequest.Builder |
clientToken(String clientToken)
Used for an idempotency token.
|
default DeleteAppInputSourceRequest.Builder |
eksSourceClusterNamespace(Consumer<EksSourceClusterNamespace.Builder> eksSourceClusterNamespace)
The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience
Hub application.
|
DeleteAppInputSourceRequest.Builder |
eksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)
The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience
Hub application.
|
DeleteAppInputSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAppInputSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAppInputSourceRequest.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub
application.
|
default DeleteAppInputSourceRequest.Builder |
terraformSource(Consumer<TerraformSource.Builder> terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
DeleteAppInputSourceRequest.Builder |
terraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppInputSourceRequest.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.DeleteAppInputSourceRequest.Builder clientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.DeleteAppInputSourceRequest.Builder eksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)
The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
eksSourceClusterNamespace - The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the
Resilience Hub application.default DeleteAppInputSourceRequest.Builder eksSourceClusterNamespace(Consumer<EksSourceClusterNamespace.Builder> eksSourceClusterNamespace)
The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
This is a convenience method that creates an instance of theEksSourceClusterNamespace.Builder
avoiding the need to create one manually via EksSourceClusterNamespace.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to eksSourceClusterNamespace(EksSourceClusterNamespace).
eksSourceClusterNamespace - a consumer that will call methods on EksSourceClusterNamespace.BuildereksSourceClusterNamespace(EksSourceClusterNamespace)DeleteAppInputSourceRequest.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
sourceArn - The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub
application. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.DeleteAppInputSourceRequest.Builder terraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
terraformSource - The imported Terraform s3 state file you want to remove from the Resilience Hub application.default DeleteAppInputSourceRequest.Builder terraformSource(Consumer<TerraformSource.Builder> terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
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 terraformSource(TerraformSource).
terraformSource - a consumer that will call methods on TerraformSource.BuilderterraformSource(TerraformSource)DeleteAppInputSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAppInputSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.