public static interface DetectStackDriftRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DetectStackDriftRequest.Builder,DetectStackDriftRequest>
| Modifier and Type | Method and Description |
|---|---|
DetectStackDriftRequest.Builder |
logicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
|
DetectStackDriftRequest.Builder |
logicalResourceIds(String... logicalResourceIds)
The logical names of any resources you want to use as filters.
|
DetectStackDriftRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetectStackDriftRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetectStackDriftRequest.Builder |
stackName(String stackName)
The name of the stack for which you want to detect drift.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectStackDriftRequest.Builder stackName(String stackName)
The name of the stack for which you want to detect drift.
stackName - The name of the stack for which you want to detect drift.DetectStackDriftRequest.Builder logicalResourceIds(Collection<String> logicalResourceIds)
The logical names of any resources you want to use as filters.
logicalResourceIds - The logical names of any resources you want to use as filters.DetectStackDriftRequest.Builder logicalResourceIds(String... logicalResourceIds)
The logical names of any resources you want to use as filters.
logicalResourceIds - The logical names of any resources you want to use as filters.DetectStackDriftRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetectStackDriftRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.