Uses of Interface
software.amazon.awssdk.services.opensearch.model.ServiceSoftwareOptions.Builder
-
Packages that use ServiceSoftwareOptions.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ServiceSoftwareOptions.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ServiceSoftwareOptions.Builder Modifier and Type Method Description ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. automatedUpdateDate(Instant automatedUpdateDate)The timestamp, in Epoch time, until which you can manually request a service software update.static ServiceSoftwareOptions.BuilderServiceSoftwareOptions. builder()ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. cancellable(Boolean cancellable)True if you're able to cancel your service software version update.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. currentVersion(String currentVersion)The current service software version present on the domain.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. description(String description)A description of the service software update status.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. newVersion(String newVersion)The new service software version, if one is available.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. optionalDeployment(Boolean optionalDeployment)True if a service software is never automatically updated.ServiceSoftwareOptions.BuilderServiceSoftwareOptions. toBuilder()ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. updateAvailable(Boolean updateAvailable)True if you're able to update your service software version.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. updateStatus(String updateStatus)The status of your service software update.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. updateStatus(DeploymentStatus updateStatus)The status of your service software update.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ServiceSoftwareOptions.Builder Modifier and Type Method Description static Class<? extends ServiceSoftwareOptions.Builder>ServiceSoftwareOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type ServiceSoftwareOptions.Builder Modifier and Type Method Description default CancelServiceSoftwareUpdateResponse.BuilderCancelServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)Container for the state of your domain relative to the latest service software.default DomainStatus.BuilderDomainStatus.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)The current status of the domain's service software.default StartServiceSoftwareUpdateResponse.BuilderStartServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)The current status of the OpenSearch Service software update.
-