Interface RemoveDraftAppVersionResourceMappingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveDraftAppVersionResourceMappingsRequest.Builder,RemoveDraftAppVersionResourceMappingsRequest>,ResiliencehubRequest.Builder,SdkBuilder<RemoveDraftAppVersionResourceMappingsRequest.Builder,RemoveDraftAppVersionResourceMappingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveDraftAppVersionResourceMappingsRequest
public static interface RemoveDraftAppVersionResourceMappingsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<RemoveDraftAppVersionResourceMappingsRequest.Builder,RemoveDraftAppVersionResourceMappingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveDraftAppVersionResourceMappingsRequest.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.RemoveDraftAppVersionResourceMappingsRequest.BuilderappRegistryAppNames(String... appRegistryAppNames)The names of the registered applications you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderappRegistryAppNames(Collection<String> appRegistryAppNames)The names of the registered applications you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuildereksSourceNames(String... eksSourceNames)The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuildereksSourceNames(Collection<String> eksSourceNames)The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderlogicalStackNames(String... logicalStackNames)The names of the CloudFormation stacks you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderlogicalStackNames(Collection<String> logicalStackNames)The names of the CloudFormation stacks you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveDraftAppVersionResourceMappingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveDraftAppVersionResourceMappingsRequest.BuilderresourceGroupNames(String... resourceGroupNames)The names of the resource groups you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderresourceGroupNames(Collection<String> resourceGroupNames)The names of the resource groups you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderresourceNames(String... resourceNames)The names of the resources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderresourceNames(Collection<String> resourceNames)The names of the resources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderterraformSourceNames(String... terraformSourceNames)The names of the Terraform sources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.BuilderterraformSourceNames(Collection<String> terraformSourceNames)The names of the Terraform sources you want to remove from the resource mappings.-
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
RemoveDraftAppVersionResourceMappingsRequest.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.
-
appRegistryAppNames
RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
- Parameters:
appRegistryAppNames- The names of the registered applications you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appRegistryAppNames
RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
- Parameters:
appRegistryAppNames- The names of the registered applications you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eksSourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder eksSourceNames(Collection<String> eksSourceNames)
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.
This parameter accepts values in "eks-cluster/namespace" format.
- Parameters:
eksSourceNames- The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.This parameter accepts values in "eks-cluster/namespace" format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eksSourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder eksSourceNames(String... eksSourceNames)
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.
This parameter accepts values in "eks-cluster/namespace" format.
- Parameters:
eksSourceNames- The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.This parameter accepts values in "eks-cluster/namespace" format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalStackNames
RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
- Parameters:
logicalStackNames- The names of the CloudFormation stacks you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalStackNames
RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
- Parameters:
logicalStackNames- The names of the CloudFormation stacks you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGroupNames
RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
- Parameters:
resourceGroupNames- The names of the resource groups you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGroupNames
RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
- Parameters:
resourceGroupNames- The names of the resource groups you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
- Parameters:
resourceNames- The names of the resources you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
- Parameters:
resourceNames- The names of the resources you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terraformSourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
- Parameters:
terraformSourceNames- The names of the Terraform sources you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terraformSourceNames
RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
- Parameters:
terraformSourceNames- The names of the Terraform sources you want to remove from the resource mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-