Interface AwsCloudFormationStackDriftInformationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsCloudFormationStackDriftInformationDetails.Builder,
,AwsCloudFormationStackDriftInformationDetails> SdkBuilder<AwsCloudFormationStackDriftInformationDetails.Builder,
,AwsCloudFormationStackDriftInformationDetails> SdkPojo
- Enclosing class:
AwsCloudFormationStackDriftInformationDetails
@Mutable
@NotThreadSafe
public static interface AwsCloudFormationStackDriftInformationDetails.Builder
extends SdkPojo, CopyableBuilder<AwsCloudFormationStackDriftInformationDetails.Builder,AwsCloudFormationStackDriftInformationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionstackDriftStatus
(String 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 Details
-
stackDriftStatus
Status of the stack's actual configuration compared to its expected template configuration.
- Parameters:
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-