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)
Add an optional request override configuration.
|
DetectStackDriftRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DetectStackDriftRequest.Builder |
stackName(String stackName)
The name of the stack for which you want to detect drift.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DetectStackDriftRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.