Class ServiceSoftwareOptions
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ServiceSoftwareOptions.Builder,
ServiceSoftwareOptions>
The current options of an Elasticsearch domain service software options.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Instant
Timestamp, in Epoch time, until which you can manually request a service software update.builder()
final Boolean
True
if you are able to cancel your service software version update.final String
The current service software version that is present on the domain.final String
The description of theUpdateStatus
.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The new service software version if one is available.final Boolean
True
if a service software is never automatically updated.static Class
<? extends ServiceSoftwareOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Boolean
True
if you are able to update you service software version.final DeploymentStatus
The status of your service software update.final String
The status of your service software update.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
currentVersion
The current service software version that is present on the domain.
- Returns:
- The current service software version that is present on the domain.
-
newVersion
The new service software version if one is available.
- Returns:
- The new service software version if one is available.
-
updateAvailable
True
if you are able to update you service software version.False
if you are not able to update your service software version.- Returns:
- True if you are able to update you service software version.
False
-
cancellable
True
if you are able to cancel your service software version update.False
if you are not able to cancel your service software version.- Returns:
- True if you are able to cancel your service software version update.
False
-
updateStatus
The status of your service software update. This field can take the following values:
ELIGIBLE
,PENDING_UPDATE
,IN_PROGRESS
,COMPLETED
, andNOT_ELIGIBLE
.If the service returns an enum value that is not available in the current SDK version,
updateStatus
will returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromupdateStatusAsString()
.- Returns:
- The status of your service software update. This field can take the following values:
ELIGIBLE
,PENDING_UPDATE
,IN_PROGRESS
,COMPLETED
, andNOT_ELIGIBLE
. - See Also:
-
updateStatusAsString
The status of your service software update. This field can take the following values:
ELIGIBLE
,PENDING_UPDATE
,IN_PROGRESS
,COMPLETED
, andNOT_ELIGIBLE
.If the service returns an enum value that is not available in the current SDK version,
updateStatus
will returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromupdateStatusAsString()
.- Returns:
- The status of your service software update. This field can take the following values:
ELIGIBLE
,PENDING_UPDATE
,IN_PROGRESS
,COMPLETED
, andNOT_ELIGIBLE
. - See Also:
-
description
The description of the
UpdateStatus
.- Returns:
- The description of the
UpdateStatus
.
-
automatedUpdateDate
Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
- Returns:
- Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.
-
optionalDeployment
True
if a service software is never automatically updated.False
if a service software is automatically updated afterAutomatedUpdateDate
.- Returns:
- True if a service software is never automatically updated.
False
if a service software is automatically updated afterAutomatedUpdateDate
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ServiceSoftwareOptions.Builder,
ServiceSoftwareOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-