Interface DetectStackSetDriftResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DetectStackSetDriftResponse.Builder,,DetectStackSetDriftResponse> SdkBuilder<DetectStackSetDriftResponse.Builder,,DetectStackSetDriftResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DetectStackSetDriftResponse
public static interface DetectStackSetDriftResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DetectStackSetDriftResponse.Builder,DetectStackSetDriftResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoperationId(String operationId) The ID of the drift detection stack set operation.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
operationId
The ID of the drift detection stack set operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
- Parameters:
operationId- The ID of the drift detection stack set operation.You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-