Interface EngineVersion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngineVersion.Builder,
,EngineVersion> SdkBuilder<EngineVersion.Builder,
,EngineVersion> SdkPojo
- Enclosing class:
EngineVersion
-
Method Summary
Modifier and TypeMethodDescriptionautoUpgradeDate
(Instant autoUpgradeDate) The date when the replication instance will be automatically upgraded.availableUpgrades
(String... availableUpgrades) The list of valid replication instance versions that you can upgrade to.availableUpgrades
(Collection<String> availableUpgrades) The list of valid replication instance versions that you can upgrade to.deprecationDate
(Instant deprecationDate) The date when the replication instance version will be deprecated and can no longer be requested.forceUpgradeDate
(Instant forceUpgradeDate) The date when the replication instance will have a version upgrade forced.launchDate
(Instant launchDate) The date when the replication instance version became publicly available.The lifecycle status of the replication instance version.releaseStatus
(String releaseStatus) The release status of the replication instance version.releaseStatus
(ReleaseStatusValues releaseStatus) The release status of the replication instance version.The version number of the replication instance.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
-
version
The version number of the replication instance.
- Parameters:
version
- The version number of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
The lifecycle status of the replication instance version. Valid values are
DEPRECATED
,DEFAULT_VERSION
, andACTIVE
.- Parameters:
lifecycle
- The lifecycle status of the replication instance version. Valid values areDEPRECATED
,DEFAULT_VERSION
, andACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
releaseStatus
The release status of the replication instance version.
- Parameters:
releaseStatus
- The release status of the replication instance version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
releaseStatus
The release status of the replication instance version.
- Parameters:
releaseStatus
- The release status of the replication instance version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
launchDate
The date when the replication instance version became publicly available.
- Parameters:
launchDate
- The date when the replication instance version became publicly available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoUpgradeDate
The date when the replication instance will be automatically upgraded. This setting only applies if the
auto-minor-version
setting is enabled.- Parameters:
autoUpgradeDate
- The date when the replication instance will be automatically upgraded. This setting only applies if theauto-minor-version
setting is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecationDate
The date when the replication instance version will be deprecated and can no longer be requested.
- Parameters:
deprecationDate
- The date when the replication instance version will be deprecated and can no longer be requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceUpgradeDate
The date when the replication instance will have a version upgrade forced.
- Parameters:
forceUpgradeDate
- The date when the replication instance will have a version upgrade forced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableUpgrades
The list of valid replication instance versions that you can upgrade to.
- Parameters:
availableUpgrades
- The list of valid replication instance versions that you can upgrade to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableUpgrades
The list of valid replication instance versions that you can upgrade to.
- Parameters:
availableUpgrades
- The list of valid replication instance versions that you can upgrade to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-