Interface Achievability.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Achievability.Builder,,Achievability> SdkBuilder<Achievability.Builder,,Achievability> SdkPojo
- Enclosing class:
Achievability
@Mutable
@NotThreadSafe
public static interface Achievability.Builder
extends SdkPojo, CopyableBuilder<Achievability.Builder,Achievability>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilitySlo(String availabilitySlo) The achievability status of the availability SLO target for the service.availabilitySlo(AchievabilityStatus availabilitySlo) The achievability status of the availability SLO target for the service.dataRecoveryTimeBetweenBackups(String dataRecoveryTimeBetweenBackups) The achievability status of the data recovery time between backups for the service.dataRecoveryTimeBetweenBackups(AchievabilityStatus dataRecoveryTimeBetweenBackups) The achievability status of the data recovery time between backups for the service.multiAzRtoRpo(String multiAzRtoRpo) The achievability status of the multi-AZ RTO and RPO targets for the service.multiAzRtoRpo(AchievabilityStatus multiAzRtoRpo) The achievability status of the multi-AZ RTO and RPO targets for the service.multiRegionRtoRpo(String multiRegionRtoRpo) The achievability status of the multi-Region RTO and RPO targets for the service.multiRegionRtoRpo(AchievabilityStatus multiRegionRtoRpo) The achievability status of the multi-Region RTO and RPO targets for the service.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
-
availabilitySlo
The achievability status of the availability SLO target for the service.
- Parameters:
availabilitySlo- The achievability status of the availability SLO target for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
availabilitySlo
The achievability status of the availability SLO target for the service.
- Parameters:
availabilitySlo- The achievability status of the availability SLO target for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiAzRtoRpo
The achievability status of the multi-AZ RTO and RPO targets for the service.
- Parameters:
multiAzRtoRpo- The achievability status of the multi-AZ RTO and RPO targets for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiAzRtoRpo
The achievability status of the multi-AZ RTO and RPO targets for the service.
- Parameters:
multiAzRtoRpo- The achievability status of the multi-AZ RTO and RPO targets for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiRegionRtoRpo
The achievability status of the multi-Region RTO and RPO targets for the service.
- Parameters:
multiRegionRtoRpo- The achievability status of the multi-Region RTO and RPO targets for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiRegionRtoRpo
The achievability status of the multi-Region RTO and RPO targets for the service.
- Parameters:
multiRegionRtoRpo- The achievability status of the multi-Region RTO and RPO targets for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataRecoveryTimeBetweenBackups
The achievability status of the data recovery time between backups for the service.
- Parameters:
dataRecoveryTimeBetweenBackups- The achievability status of the data recovery time between backups for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataRecoveryTimeBetweenBackups
Achievability.Builder dataRecoveryTimeBetweenBackups(AchievabilityStatus dataRecoveryTimeBetweenBackups) The achievability status of the data recovery time between backups for the service.
- Parameters:
dataRecoveryTimeBetweenBackups- The achievability status of the data recovery time between backups for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-