Interface ServiceAchievabilityUpdatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceAchievabilityUpdatedMetadata.Builder,,ServiceAchievabilityUpdatedMetadata> SdkBuilder<ServiceAchievabilityUpdatedMetadata.Builder,,ServiceAchievabilityUpdatedMetadata> SdkPojo
- Enclosing class:
ServiceAchievabilityUpdatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceAchievabilityUpdatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceAchievabilityUpdatedMetadata.Builder,ServiceAchievabilityUpdatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentId(String assessmentId) The assessment identifier that triggered the update.availabilitySlo(String availabilitySlo) The updated achievability status of the availability SLO.multiAzRtoRpo(String multiAzRtoRpo) The updated achievability status of the multi-AZ RTO and RPO targets.multiRegionRtoRpo(String multiRegionRtoRpo) The updated achievability status of the multi-Region RTO and RPO targets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
assessmentId
The assessment identifier that triggered the update.
- Parameters:
assessmentId- The assessment identifier that triggered the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilitySlo
The updated achievability status of the availability SLO.
- Parameters:
availabilitySlo- The updated achievability status of the availability SLO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiAzRtoRpo
The updated achievability status of the multi-AZ RTO and RPO targets.
- Parameters:
multiAzRtoRpo- The updated achievability status of the multi-AZ RTO and RPO targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiRegionRtoRpo
The updated achievability status of the multi-Region RTO and RPO targets.
- Parameters:
multiRegionRtoRpo- The updated achievability status of the multi-Region RTO and RPO targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-