Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.ServiceSoftwareOptions.Builder
-
Packages that use ServiceSoftwareOptions.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ServiceSoftwareOptions.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ServiceSoftwareOptions.Builder Modifier and Type Method Description ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. automatedUpdateDate(Instant automatedUpdateDate)Timestamp, in Epoch time, until which you can manually request a service software update.static ServiceSoftwareOptions.BuilderServiceSoftwareOptions. builder()ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. cancellable(Boolean cancellable)Trueif you are able to cancel your service software version update.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. currentVersion(String currentVersion)The current service software version that is present on the domain.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. description(String description)The description of theUpdateStatus.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. newVersion(String newVersion)The new service software version if one is available.ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. optionalDeployment(Boolean optionalDeployment)Trueif a service software is never automatically updated.ServiceSoftwareOptions.BuilderServiceSoftwareOptions. toBuilder()ServiceSoftwareOptions.BuilderServiceSoftwareOptions.Builder. updateAvailable(Boolean updateAvailable)Trueif you are able to update you 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.elasticsearch.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.elasticsearch.model with type arguments of type ServiceSoftwareOptions.Builder Modifier and Type Method Description default CancelElasticsearchServiceSoftwareUpdateResponse.BuilderCancelElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)The current status of the Elasticsearch service software update.default ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)The current status of the Elasticsearch domain's service software.default StartElasticsearchServiceSoftwareUpdateResponse.BuilderStartElasticsearchServiceSoftwareUpdateResponse.Builder. serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)The current status of the Elasticsearch service software update.
-