public static interface DetectStackDriftResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>
Modifier and Type | Method and Description |
---|---|
DetectStackDriftResponse.Builder |
stackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DetectStackDriftResponse.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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.