Interface EnablementStatusSummary.Builder

    • Method Detail

      • lastOperationIdentifier

        EnablementStatusSummary.Builder lastOperationIdentifier​(String 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

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnablementStatus, EnablementStatus
      • status

        EnablementStatusSummary.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnablementStatus, EnablementStatus