Interface DeleteAppInputSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAppInputSourceRequest.Builder,DeleteAppInputSourceRequest>,ResiliencehubRequest.Builder,SdkBuilder<DeleteAppInputSourceRequest.Builder,DeleteAppInputSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAppInputSourceRequest
public static interface DeleteAppInputSourceRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppInputSourceRequest.Builder,DeleteAppInputSourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteAppInputSourceRequest.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.DeleteAppInputSourceRequest.BuilderclientToken(String clientToken)Used for an idempotency token.default DeleteAppInputSourceRequest.BuildereksSourceClusterNamespace(Consumer<EksSourceClusterNamespace.Builder> eksSourceClusterNamespace)The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.DeleteAppInputSourceRequest.BuildereksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.DeleteAppInputSourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAppInputSourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAppInputSourceRequest.BuildersourceArn(String sourceArn)The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application.default DeleteAppInputSourceRequest.BuilderterraformSource(Consumer<TerraformSource.Builder> terraformSource)The imported Terraform s3 state file you want to remove from the Resilience Hub application.DeleteAppInputSourceRequest.BuilderterraformSource(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, sdkFields
-
-
-
-
Method Detail
-
appArn
DeleteAppInputSourceRequest.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.- 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
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.
- 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.Builderavoiding the need to create one manually viaEksSourceClusterNamespace.builder().When the
Consumercompletes,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:
eksSourceClusterNamespace(EksSourceClusterNamespace)
-
sourceArn
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 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
DeleteAppInputSourceRequest.Builder terraformSource(TerraformSource 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.Builderavoiding the need to create one manually viaTerraformSource.builder().When the
Consumercompletes,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:
terraformSource(TerraformSource)
-
overrideConfiguration
DeleteAppInputSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAppInputSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-