Interface StackResourceDriftInformationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackResourceDriftInformationSummary.Builder,StackResourceDriftInformationSummary>,SdkBuilder<StackResourceDriftInformationSummary.Builder,StackResourceDriftInformationSummary>,SdkPojo
- Enclosing class:
- StackResourceDriftInformationSummary
@Mutable @NotThreadSafe public static interface StackResourceDriftInformationSummary.Builder extends SdkPojo, CopyableBuilder<StackResourceDriftInformationSummary.Builder,StackResourceDriftInformationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackResourceDriftInformationSummary.BuilderlastCheckTimestamp(Instant lastCheckTimestamp)When CloudFormation last checked if the resource had drifted from its expected configuration.StackResourceDriftInformationSummary.BuilderstackResourceDriftStatus(String stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformationSummary.BuilderstackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected 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
-
stackResourceDriftStatus
StackResourceDriftInformationSummary.Builder stackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
-
DELETED: The resource differs from its expected configuration in that it has been deleted. -
MODIFIED: The resource differs from its expected configuration. -
NOT_CHECKED: CloudFormation hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide. -
IN_SYNC: The resource's actual configuration matches its expected configuration.
- Parameters:
stackResourceDriftStatus- Status of the resource's actual configuration compared to its expected configuration.-
DELETED: The resource differs from its expected configuration in that it has been deleted. -
MODIFIED: The resource differs from its expected configuration. -
NOT_CHECKED: CloudFormation hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide. -
IN_SYNC: The resource's actual configuration matches its expected configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackResourceDriftStatus,StackResourceDriftStatus
-
-
stackResourceDriftStatus
StackResourceDriftInformationSummary.Builder stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
-
DELETED: The resource differs from its expected configuration in that it has been deleted. -
MODIFIED: The resource differs from its expected configuration. -
NOT_CHECKED: CloudFormation hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide. -
IN_SYNC: The resource's actual configuration matches its expected configuration.
- Parameters:
stackResourceDriftStatus- Status of the resource's actual configuration compared to its expected configuration.-
DELETED: The resource differs from its expected configuration in that it has been deleted. -
MODIFIED: The resource differs from its expected configuration. -
NOT_CHECKED: CloudFormation hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resource type support for imports and drift detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue rolling back an update in the CloudFormation User Guide. -
IN_SYNC: The resource's actual configuration matches its expected configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackResourceDriftStatus,StackResourceDriftStatus
-
-
lastCheckTimestamp
StackResourceDriftInformationSummary.Builder lastCheckTimestamp(Instant lastCheckTimestamp)
When CloudFormation last checked if the resource had drifted from its expected configuration.
- Parameters:
lastCheckTimestamp- When CloudFormation last checked if the resource had drifted from its expected configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-