Interface DetectStackDriftResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>
,SdkBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DetectStackDriftResponse
public static interface DetectStackDriftResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DetectStackDriftResponse.Builder,DetectStackDriftResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectStackDriftResponse.Builder
stackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
stackDriftDetectionId
DetectStackDriftResponse.Builder stackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
- Parameters:
stackDriftDetectionId
- The ID of the drift detection results of this operation.CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-