Interface EnablementStatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnablementStatusSummary.Builder,
,EnablementStatusSummary> SdkBuilder<EnablementStatusSummary.Builder,
,EnablementStatusSummary> SdkPojo
- Enclosing class:
EnablementStatusSummary
-
Method Summary
Modifier and TypeMethodDescriptionlastOperationIdentifier
(String lastOperationIdentifier) The last operation identifier for the enabled control.The deployment status of the enabled control.status
(EnablementStatus status) The deployment status of the enabled control.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 Details
-
lastOperationIdentifier
The last operation identifier for the enabled control.
- Parameters:
lastOperationIdentifier
- The last operation identifier for the enabled control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The deployment status of the enabled control.
Valid values:
-
SUCCEEDED
: TheenabledControl
configuration was deployed successfully. -
UNDER_CHANGE
: TheenabledControl
configuration is changing. -
FAILED
: TheenabledControl
configuration failed to deploy.
- Parameters:
status
- The deployment status of the enabled control.Valid values:
-
SUCCEEDED
: TheenabledControl
configuration was deployed successfully. -
UNDER_CHANGE
: TheenabledControl
configuration is changing. -
FAILED
: TheenabledControl
configuration failed to deploy.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The deployment status of the enabled control.
Valid values:
-
SUCCEEDED
: TheenabledControl
configuration was deployed successfully. -
UNDER_CHANGE
: TheenabledControl
configuration is changing. -
FAILED
: TheenabledControl
configuration failed to deploy.
- Parameters:
status
- The deployment status of the enabled control.Valid values:
-
SUCCEEDED
: TheenabledControl
configuration was deployed successfully. -
UNDER_CHANGE
: TheenabledControl
configuration is changing. -
FAILED
: TheenabledControl
configuration failed to deploy.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-