Interface RecommendationDisruptionCompliance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationDisruptionCompliance.Builder,
,RecommendationDisruptionCompliance> SdkBuilder<RecommendationDisruptionCompliance.Builder,
,RecommendationDisruptionCompliance> SdkPojo
- Enclosing class:
RecommendationDisruptionCompliance
@Mutable
@NotThreadSafe
public static interface RecommendationDisruptionCompliance.Builder
extends SdkPojo, CopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
-
Method Summary
Modifier and TypeMethodDescriptionexpectedComplianceStatus
(String expectedComplianceStatus) The expected compliance status after applying the recommended configuration change.expectedComplianceStatus
(ComplianceStatus expectedComplianceStatus) The expected compliance status after applying the recommended configuration change.expectedRpoDescription
(String expectedRpoDescription) The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.expectedRpoInSecs
(Integer expectedRpoInSecs) The expected RPO after applying the recommended configuration change.expectedRtoDescription
(String expectedRtoDescription) The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.expectedRtoInSecs
(Integer expectedRtoInSecs) The expected RTO after applying the recommended configuration change.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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
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.
-