Interface LiveResourceDrift.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LiveResourceDrift.Builder,LiveResourceDrift>,SdkBuilder<LiveResourceDrift.Builder,LiveResourceDrift>,SdkPojo
- Enclosing class:
- LiveResourceDrift
@Mutable @NotThreadSafe public static interface LiveResourceDrift.Builder extends SdkPojo, CopyableBuilder<LiveResourceDrift.Builder,LiveResourceDrift>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveResourceDrift.BuilderactualValue(String actualValue)The current live configuration value of the resource property.LiveResourceDrift.BuilderdriftDetectionTimestamp(Instant driftDetectionTimestamp)The timestamp when drift was detected for this resource property.LiveResourceDrift.BuilderpreviousValue(String previousValue)The configuration value from the previous CloudFormation deployment.-
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
-
previousValue
LiveResourceDrift.Builder previousValue(String previousValue)
The configuration value from the previous CloudFormation deployment.
- Parameters:
previousValue- The configuration value from the previous CloudFormation deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actualValue
LiveResourceDrift.Builder actualValue(String actualValue)
The current live configuration value of the resource property.
- Parameters:
actualValue- The current live configuration value of the resource property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
driftDetectionTimestamp
LiveResourceDrift.Builder driftDetectionTimestamp(Instant driftDetectionTimestamp)
The timestamp when drift was detected for this resource property.
- Parameters:
driftDetectionTimestamp- The timestamp when drift was detected for this resource property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-