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.
|
build
overrideConfiguration
copy
applyMutation, build
DetectStackDriftRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DetectStackDriftRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.