Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackDriftDetectionStatusResponse.Builder
Packages that use DescribeStackDriftDetectionStatusResponse.Builder
-
Uses of DescribeStackDriftDetectionStatusResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackDriftDetectionStatusResponse.BuilderModifier and TypeMethodDescriptionDescribeStackDriftDetectionStatusResponse.builder()DescribeStackDriftDetectionStatusResponse.Builder.detectionStatus(String detectionStatus) The status of the stack drift detection operation.DescribeStackDriftDetectionStatusResponse.Builder.detectionStatus(StackDriftDetectionStatus detectionStatus) The status of the stack drift detection operation.DescribeStackDriftDetectionStatusResponse.Builder.detectionStatusReason(String detectionStatusReason) The reason the stack drift detection operation has its current status.DescribeStackDriftDetectionStatusResponse.Builder.driftedStackResourceCount(Integer driftedStackResourceCount) Total number of stack resources that have drifted.DescribeStackDriftDetectionStatusResponse.Builder.stackDriftDetectionId(String stackDriftDetectionId) The ID of the drift detection results of this operation.DescribeStackDriftDetectionStatusResponse.Builder.stackDriftStatus(String stackDriftStatus) Status of the stack's actual configuration compared to its expected configuration.DescribeStackDriftDetectionStatusResponse.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) Status of the stack's actual configuration compared to its expected configuration.The ID of the stack.Time at which the stack drift detection operation was initiated.DescribeStackDriftDetectionStatusResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackDriftDetectionStatusResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStackDriftDetectionStatusResponse.Builder>DescribeStackDriftDetectionStatusResponse.serializableBuilderClass()