public static interface RemoveDraftAppVersionResourceMappingsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<RemoveDraftAppVersionResourceMappingsRequest.Builder,RemoveDraftAppVersionResourceMappingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveDraftAppVersionResourceMappingsRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn - The Amazon Resource Name (ARN) of the 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.RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
appRegistryAppNames - The names of the registered applications to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
appRegistryAppNames - The names of the registered applications to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
logicalStackNames - The names of the CloudFormation stacks to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
logicalStackNames - The names of the CloudFormation stacks to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
resourceGroupNames - The names of the resource groups to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceGroupNames(String... resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
resourceGroupNames - The names of the resource groups to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(Collection<String> resourceNames)
The names of the resources to remove from the resource mappings.
resourceNames - The names of the resources to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder resourceNames(String... resourceNames)
The names of the resources to remove from the resource mappings.
resourceNames - The names of the resources to remove from the resource mappings.RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(Collection<String> terraformSourceNames)
</p>
terraformSourceNames -
</p> @return Returns a reference to this object so that method calls can be
chained together.RemoveDraftAppVersionResourceMappingsRequest.Builder terraformSourceNames(String... terraformSourceNames)
</p>
terraformSourceNames -
</p> @return Returns a reference to this object so that method calls can be
chained together.RemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveDraftAppVersionResourceMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.