Interface DeleteAppInputSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteAppInputSourceRequest.Builder,
,DeleteAppInputSourceRequest> ResiliencehubRequest.Builder
,SdkBuilder<DeleteAppInputSourceRequest.Builder,
,DeleteAppInputSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteAppInputSourceRequest
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the Resilience Hub application.clientToken
(String clientToken) Used for an idempotency token.eksSourceClusterNamespace
(Consumer<EksSourceClusterNamespace.Builder> eksSourceClusterNamespace) The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.eksSourceClusterNamespace
(EksSourceClusterNamespace eksSourceClusterNamespace) The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application.terraformSource
(Consumer<TerraformSource.Builder> terraformSource) The imported Terraform s3 state file you want to remove from the Resilience Hub application.terraformSource
(TerraformSource terraformSource) The imported Terraform s3 state file you want to remove from the Resilience Hub application.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eksSourceClusterNamespace
DeleteAppInputSourceRequest.Builder eksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace) The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
- Parameters:
eksSourceClusterNamespace
- The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eksSourceClusterNamespace
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 viaEksSourceClusterNamespace.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeksSourceClusterNamespace(EksSourceClusterNamespace)
.- Parameters:
eksSourceClusterNamespace
- a consumer that will call methods onEksSourceClusterNamespace.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 Amazon Web Services General Reference guide.
- Parameters:
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 Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terraformSource
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
- Parameters:
terraformSource
- The imported Terraform s3 state file you want to remove from the Resilience Hub application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terraformSource
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 viaTerraformSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toterraformSource(TerraformSource)
.- Parameters:
terraformSource
- a consumer that will call methods onTerraformSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteAppInputSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteAppInputSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-