Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSetDriftDetectionDetails.Builder
Packages that use StackSetDriftDetectionDetails.Builder
-
Uses of StackSetDriftDetectionDetails.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetDriftDetectionDetails.BuilderModifier and TypeMethodDescriptionStackSetDriftDetectionDetails.builder()StackSetDriftDetectionDetails.Builder.driftDetectionStatus(String driftDetectionStatus) The status of the StackSet drift detection operation.StackSetDriftDetectionDetails.Builder.driftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus) The status of the StackSet drift detection operation.StackSetDriftDetectionDetails.Builder.driftedStackInstancesCount(Integer driftedStackInstancesCount) The number of stack instances that have drifted from the expected template and parameter configuration of the StackSet.StackSetDriftDetectionDetails.Builder.driftStatus(String driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.StackSetDriftDetectionDetails.Builder.driftStatus(StackSetDriftStatus driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.StackSetDriftDetectionDetails.Builder.failedStackInstancesCount(Integer failedStackInstancesCount) The number of stack instances for which the drift detection operation failed.StackSetDriftDetectionDetails.Builder.inProgressStackInstancesCount(Integer inProgressStackInstancesCount) The number of stack instances that are currently being checked for drift.StackSetDriftDetectionDetails.Builder.inSyncStackInstancesCount(Integer inSyncStackInstancesCount) The number of stack instances which match the expected template and parameter configuration of the StackSet.StackSetDriftDetectionDetails.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) Most recent time when CloudFormation performed a drift detection operation on the StackSet.StackSetDriftDetectionDetails.toBuilder()StackSetDriftDetectionDetails.Builder.totalStackInstancesCount(Integer totalStackInstancesCount) The total number of stack instances belonging to this StackSet.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetDriftDetectionDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSetDriftDetectionDetails.Builder>StackSetDriftDetectionDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetDriftDetectionDetails.BuilderModifier and TypeMethodDescriptiondefault StackSet.BuilderStackSet.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.default StackSetOperation.BuilderStackSetOperation.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.