Interface RollbackServiceSoftwareOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RollbackServiceSoftwareOptions.Builder,,RollbackServiceSoftwareOptions> SdkBuilder<RollbackServiceSoftwareOptions.Builder,,RollbackServiceSoftwareOptions> SdkPojo
- Enclosing class:
RollbackServiceSoftwareOptions
@Mutable
@NotThreadSafe
public static interface RollbackServiceSoftwareOptions.Builder
extends SdkPojo, CopyableBuilder<RollbackServiceSoftwareOptions.Builder,RollbackServiceSoftwareOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentVersion(String currentVersion) The current service software version on the domain.description(String description) A description of the rollback status.newVersion(String newVersion) The service software version that the domain will roll back to.rollbackAvailable(Boolean rollbackAvailable) Whether a service software rollback is available for the domain.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
-
currentVersion
The current service software version on the domain.
- Parameters:
currentVersion- The current service software version on the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newVersion
The service software version that the domain will roll back to.
- Parameters:
newVersion- The service software version that the domain will roll back to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollbackAvailable
Whether a service software rollback is available for the domain.
- Parameters:
rollbackAvailable- Whether a service software rollback is available for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the rollback status.
- Parameters:
description- A description of the rollback status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-