public static interface DescribeStackDriftDetectionStatusRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeStackDriftDetectionStatusRequest.Builder,DescribeStackDriftDetectionStatusRequest>
Modifier and Type | Method and Description |
---|---|
DescribeStackDriftDetectionStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeStackDriftDetectionStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStackDriftDetectionStatusRequest.Builder |
stackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeStackDriftDetectionStatusRequest.Builder stackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
stackDriftDetectionId
- The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
DescribeStackDriftDetectionStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeStackDriftDetectionStatusRequest.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.