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 resource.The deployment status of the enabled resource.status
(EnablementStatus status) The deployment status of the enabled resource.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
-
lastOperationIdentifier
The last operation identifier for the enabled resource.
- Parameters:
lastOperationIdentifier
- The last operation identifier for the enabled resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The deployment status of the enabled resource.
Valid values:
-
SUCCEEDED
: TheEnabledControl
orEnabledBaseline
configuration was deployed successfully. -
UNDER_CHANGE
: TheEnabledControl
orEnabledBaseline
configuration is changing. -
FAILED
: TheEnabledControl
orEnabledBaseline
configuration failed to deploy.
- Parameters:
status
- The deployment status of the enabled resource.Valid values:
-
SUCCEEDED
: TheEnabledControl
orEnabledBaseline
configuration was deployed successfully. -
UNDER_CHANGE
: TheEnabledControl
orEnabledBaseline
configuration is changing. -
FAILED
: TheEnabledControl
orEnabledBaseline
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 resource.
Valid values:
-
SUCCEEDED
: TheEnabledControl
orEnabledBaseline
configuration was deployed successfully. -
UNDER_CHANGE
: TheEnabledControl
orEnabledBaseline
configuration is changing. -
FAILED
: TheEnabledControl
orEnabledBaseline
configuration failed to deploy.
- Parameters:
status
- The deployment status of the enabled resource.Valid values:
-
SUCCEEDED
: TheEnabledControl
orEnabledBaseline
configuration was deployed successfully. -
UNDER_CHANGE
: TheEnabledControl
orEnabledBaseline
configuration is changing. -
FAILED
: TheEnabledControl
orEnabledBaseline
configuration failed to deploy.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-