Interface EnablementStatusSummary.Builder

    • Method Detail

      • lastOperationIdentifier

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

        EnablementStatusSummary.Builder status​(String status)

        The deployment status of the enabled resource.

        Valid values:

        • SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully.

        • UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing.

        • FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.

        Parameters:
        status - The deployment status of the enabled resource.

        Valid values:

        • SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully.

        • UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing.

        • FAILED: The EnabledControl or EnabledBaseline 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 resource.

        Valid values:

        • SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully.

        • UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing.

        • FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.

        Parameters:
        status - The deployment status of the enabled resource.

        Valid values:

        • SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully.

        • UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing.

        • FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.

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