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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectStackSetDriftResponse.BuilderoperationId(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, 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
-
operationId
DetectStackSetDriftResponse.Builder operationId(String 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.
-
-