static StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.builder() |
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(String driftDetectionStatus) |
The status of the StackSet drift detection operation.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus) |
The status of the StackSet 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
StackSet.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(String driftStatus) |
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftStatus(StackSetDriftStatus driftStatus) |
Status of the StackSet'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 StackSet.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) |
Most recent time when CloudFormation performed a drift detection operation on the StackSet.
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.toBuilder() |
|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.totalStackInstancesCount(Integer totalStackInstancesCount) |
The total number of stack instances belonging to this StackSet.
|