public static interface RecommendationDisruptionCompliance.Builder extends SdkPojo, CopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
| Modifier and Type | Method and Description |
|---|---|
RecommendationDisruptionCompliance.Builder |
expectedComplianceStatus(ComplianceStatus expectedComplianceStatus)
The expected compliance status after applying the recommended configuration change.
|
RecommendationDisruptionCompliance.Builder |
expectedComplianceStatus(String expectedComplianceStatus)
The expected compliance status after applying the recommended configuration change.
|
RecommendationDisruptionCompliance.Builder |
expectedRpoDescription(String expectedRpoDescription)
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
|
RecommendationDisruptionCompliance.Builder |
expectedRpoInSecs(Integer expectedRpoInSecs)
The expected RPO after applying the recommended configuration change.
|
RecommendationDisruptionCompliance.Builder |
expectedRtoDescription(String expectedRtoDescription)
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
|
RecommendationDisruptionCompliance.Builder |
expectedRtoInSecs(Integer expectedRtoInSecs)
The expected RTO after applying the recommended configuration change.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationDisruptionCompliance.Builder expectedComplianceStatus(String expectedComplianceStatus)
The expected compliance status after applying the recommended configuration change.
expectedComplianceStatus - The expected compliance status after applying the recommended configuration change.ComplianceStatus,
ComplianceStatusRecommendationDisruptionCompliance.Builder expectedComplianceStatus(ComplianceStatus expectedComplianceStatus)
The expected compliance status after applying the recommended configuration change.
expectedComplianceStatus - The expected compliance status after applying the recommended configuration change.ComplianceStatus,
ComplianceStatusRecommendationDisruptionCompliance.Builder expectedRpoDescription(String expectedRpoDescription)
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
expectedRpoDescription - The expected Recovery Point Objective (RPO) description after applying the recommended configuration
change.RecommendationDisruptionCompliance.Builder expectedRpoInSecs(Integer expectedRpoInSecs)
The expected RPO after applying the recommended configuration change.
expectedRpoInSecs - The expected RPO after applying the recommended configuration change.RecommendationDisruptionCompliance.Builder expectedRtoDescription(String expectedRtoDescription)
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
expectedRtoDescription - The expected Recovery Time Objective (RTO) description after applying the recommended configuration
change.RecommendationDisruptionCompliance.Builder expectedRtoInSecs(Integer expectedRtoInSecs)
The expected RTO after applying the recommended configuration change.
expectedRtoInSecs - The expected RTO after applying the recommended configuration change.Copyright © 2023. All rights reserved.