Interface StackDriftInformationSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<StackDriftInformationSummary.Builder,StackDriftInformationSummary>
,SdkBuilder<StackDriftInformationSummary.Builder,StackDriftInformationSummary>
,SdkPojo
- Enclosing class:
- StackDriftInformationSummary
public static interface StackDriftInformationSummary.Builder extends SdkPojo, CopyableBuilder<StackDriftInformationSummary.Builder,StackDriftInformationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackDriftInformationSummary.Builder
lastCheckTimestamp(Instant lastCheckTimestamp)
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.StackDriftInformationSummary.Builder
stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.StackDriftInformationSummary.Builder
stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.-
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
-
-
-
-
Method Detail
-
stackDriftStatus
StackDriftInformationSummary.Builder stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
-
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked if the stack differs from its expected template configuration. -
IN_SYNC
: The stack's actual configuration matches its expected template configuration. -
UNKNOWN
: This value is reserved for future use.
- Parameters:
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.-
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked if the stack differs from its expected template configuration. -
IN_SYNC
: The stack's actual configuration matches its expected template configuration. -
UNKNOWN
: This value is reserved for future use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackDriftStatus
,StackDriftStatus
-
-
stackDriftStatus
StackDriftInformationSummary.Builder stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
-
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked if the stack differs from its expected template configuration. -
IN_SYNC
: The stack's actual configuration matches its expected template configuration. -
UNKNOWN
: This value is reserved for future use.
- Parameters:
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.-
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked if the stack differs from its expected template configuration. -
IN_SYNC
: The stack's actual configuration matches its expected template configuration. -
UNKNOWN
: This value is reserved for future use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackDriftStatus
,StackDriftStatus
-
-
lastCheckTimestamp
StackDriftInformationSummary.Builder lastCheckTimestamp(Instant lastCheckTimestamp)
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
- Parameters:
lastCheckTimestamp
- Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-