public static interface EnablementStatusSummary.Builder extends SdkPojo, CopyableBuilder<EnablementStatusSummary.Builder,EnablementStatusSummary>
| Modifier and Type | Method and Description |
|---|---|
EnablementStatusSummary.Builder |
lastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
|
EnablementStatusSummary.Builder |
status(EnablementStatus status)
The deployment status of the enabled control.
|
EnablementStatusSummary.Builder |
status(String status)
The deployment status of the enabled control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnablementStatusSummary.Builder lastOperationIdentifier(String lastOperationIdentifier)
The last operation identifier for the enabled control.
lastOperationIdentifier - The last operation identifier for the enabled control.EnablementStatusSummary.Builder status(String status)
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
status - The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatus,
EnablementStatusEnablementStatusSummary.Builder status(EnablementStatus status)
The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
status - The deployment status of the enabled control.
Valid values:
SUCCEEDED: The enabledControl configuration was deployed successfully.
UNDER_CHANGE: The enabledControl configuration is changing.
FAILED: The enabledControl configuration failed to deploy.
EnablementStatus,
EnablementStatusCopyright © 2023. All rights reserved.