Class AwsElasticsearchDomainServiceSoftwareOptions
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsElasticsearchDomainServiceSoftwareOptions.Builder,
AwsElasticsearchDomainServiceSoftwareOptions>
Information about the state of the domain relative to the latest service software.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
The epoch time when the deployment window closes for required updates.builder()
final Boolean
Whether a request to update the domain can be canceled.final String
The version of the service software that is currently installed on the domain.final String
A more detailed description of the service software status.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 most recent version of the service software.static Class
<? extends AwsElasticsearchDomainServiceSoftwareOptions.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
Whether a service software update is available for the domain.final String
The status of the service software update.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
automatedUpdateDate
The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
- Returns:
- The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.
-
cancellable
Whether a request to update the domain can be canceled.
- Returns:
- Whether a request to update the domain can be canceled.
-
currentVersion
The version of the service software that is currently installed on the domain.
- Returns:
- The version of the service software that is currently installed on the domain.
-
description
A more detailed description of the service software status.
- Returns:
- A more detailed description of the service software status.
-
newVersion
The most recent version of the service software.
- Returns:
- The most recent version of the service software.
-
updateAvailable
Whether a service software update is available for the domain.
- Returns:
- Whether a service software update is available for the domain.
-
updateStatus
The status of the service software update. Valid values are as follows:
-
COMPLETED
-
ELIGIBLE
-
IN_PROGRESS
-
NOT_ELIGIBLE
-
PENDING_UPDATE
- Returns:
- The status of the service software update. Valid values are as follows:
-
COMPLETED
-
ELIGIBLE
-
IN_PROGRESS
-
NOT_ELIGIBLE
-
PENDING_UPDATE
-
-
-
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<AwsElasticsearchDomainServiceSoftwareOptions.Builder,
AwsElasticsearchDomainServiceSoftwareOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends AwsElasticsearchDomainServiceSoftwareOptions.Builder> serializableBuilderClass() -
hashCode
public final int 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
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-