Interface LandingZoneDriftStatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LandingZoneDriftStatusSummary.Builder,
,LandingZoneDriftStatusSummary> SdkBuilder<LandingZoneDriftStatusSummary.Builder,
,LandingZoneDriftStatusSummary> SdkPojo
- Enclosing class:
LandingZoneDriftStatusSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe drift status of the landing zone.status
(LandingZoneDriftStatus status) The drift status of the landing zone.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
-
status
The drift status of the landing zone.
Valid values:
-
DRIFTED
: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC
: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
- Parameters:
status
- The drift status of the landing zone.Valid values:
-
DRIFTED
: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC
: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The drift status of the landing zone.
Valid values:
-
DRIFTED
: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC
: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
- Parameters:
status
- The drift status of the landing zone.Valid values:
-
DRIFTED
: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. -
IN_SYNC
: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-