public static interface RemoveDraftAppVersionResourceMappingsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<RemoveDraftAppVersionResourceMappingsRequest.Builder,RemoveDraftAppVersionResourceMappingsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
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.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
eksSourceNames(String... eksSourceNames)
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the
resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
resourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
resourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
resourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
resourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
terraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
terraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveDraftAppVersionResourceMappingsRequest.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 AWS 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 AWS General Reference guide.RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
appRegistryAppNames - The names of the registered applications you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
appRegistryAppNames - The names of the registered applications you want to remove from the resource mappings.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.
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.
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.
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.
RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
logicalStackNames - The names of the CloudFormation stacks you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
logicalStackNames - The names of the CloudFormation stacks you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
resourceGroupNames - The names of the resource groups you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
resourceGroupNames - The names of the resource groups you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
resourceNames - The names of the resources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
resourceNames - The names of the resources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
terraformSourceNames - The names of the Terraform sources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
terraformSourceNames - The names of the Terraform sources you want to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.