static StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.builder() |
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(String driftDetectionStatus) |
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus) |
The status of the stack set drift detection operation.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftedStackInstancesCount(Integer driftedStackInstancesCount) |
The number of stack instances that have drifted from the expected template and parameter configuration of the
stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(String driftStatus) |
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(StackSetDriftStatus driftStatus) |
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.failedStackInstancesCount(Integer failedStackInstancesCount) |
The number of stack instances for which the drift detection operation failed.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.inProgressStackInstancesCount(Integer inProgressStackInstancesCount) |
The number of stack instances that are currently being checked for drift.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.inSyncStackInstancesCount(Integer inSyncStackInstancesCount) |
The number of stack instances which match the expected template and parameter configuration of the stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) |
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.toBuilder() |
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.totalStackInstancesCount(Integer totalStackInstancesCount) |
The total number of stack instances belonging to this stack set.
|