Interface LandingZoneDriftStatusSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LandingZoneDriftStatusSummary.Builder,LandingZoneDriftStatusSummary>,SdkBuilder<LandingZoneDriftStatusSummary.Builder,LandingZoneDriftStatusSummary>,SdkPojo
- Enclosing class:
- LandingZoneDriftStatusSummary
public static interface LandingZoneDriftStatusSummary.Builder extends SdkPojo, CopyableBuilder<LandingZoneDriftStatusSummary.Builder,LandingZoneDriftStatusSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LandingZoneDriftStatusSummary.Builderstatus(String status)The drift status of the landing zone.LandingZoneDriftStatusSummary.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
status
LandingZoneDriftStatusSummary.Builder status(String 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:
LandingZoneDriftStatus,LandingZoneDriftStatus
-
-
status
LandingZoneDriftStatusSummary.Builder status(LandingZoneDriftStatus 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:
LandingZoneDriftStatus,LandingZoneDriftStatus
-
-
-