Class AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder,- AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails> 
Provides information about the state of the domain relative to the latest service software.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe epoch time when the deployment window closes for required updates.builder()final BooleanWhether a request to update the domain can be canceled.final StringThe version of the service software that is currently installed on the domain.final StringA more detailed description of the service software status.final booleanfinal booleanequalsBySdkFields(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 inthashCode()final StringThe most recent version of the service software.final BooleanWhether the service software update is optional.static Class<? extends AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final BooleanWhether a service software update is available for the domain.final StringThe status of the service software update.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
automatedUpdateDateThe epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically. - Returns:
- The epoch time when the deployment window closes for required updates. After this time, OpenSearch Service schedules the software upgrade automatically.
 
- 
cancellableWhether a request to update the domain can be canceled. - Returns:
- Whether a request to update the domain can be canceled.
 
- 
currentVersionThe 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.
 
- 
descriptionA more detailed description of the service software status. - Returns:
- A more detailed description of the service software status.
 
- 
newVersionThe most recent version of the service software. - Returns:
- The most recent version of the service software.
 
- 
updateAvailableWhether a service software update is available for the domain. - Returns:
- Whether a service software update is available for the domain.
 
- 
updateStatusThe 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
 
- 
         
 
- 
 
- 
optionalDeploymentWhether the service software update is optional. - Returns:
- Whether the service software update is optional.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder,- AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- 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
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-