Interface RecommendationDisruptionCompliance.Builder

  • Method Details

    • expectedComplianceStatus

      RecommendationDisruptionCompliance.Builder expectedComplianceStatus(String expectedComplianceStatus)

      The expected compliance status after applying the recommended configuration change.

      Parameters:
      expectedComplianceStatus - The expected compliance status after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • expectedComplianceStatus

      RecommendationDisruptionCompliance.Builder expectedComplianceStatus(ComplianceStatus expectedComplianceStatus)

      The expected compliance status after applying the recommended configuration change.

      Parameters:
      expectedComplianceStatus - The expected compliance status after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • expectedRpoDescription

      RecommendationDisruptionCompliance.Builder expectedRpoDescription(String expectedRpoDescription)

      The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.

      Parameters:
      expectedRpoDescription - The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedRpoInSecs

      RecommendationDisruptionCompliance.Builder expectedRpoInSecs(Integer expectedRpoInSecs)

      The expected RPO after applying the recommended configuration change.

      Parameters:
      expectedRpoInSecs - The expected RPO after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedRtoDescription

      RecommendationDisruptionCompliance.Builder expectedRtoDescription(String expectedRtoDescription)

      The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

      Parameters:
      expectedRtoDescription - The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedRtoInSecs

      RecommendationDisruptionCompliance.Builder expectedRtoInSecs(Integer expectedRtoInSecs)

      The expected RTO after applying the recommended configuration change.

      Parameters:
      expectedRtoInSecs - The expected RTO after applying the recommended configuration change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.