Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.ChangeProgressDetails.Builder
-
Packages that use ChangeProgressDetails.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ChangeProgressDetails.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ChangeProgressDetails.Builder Modifier and Type Method Description static ChangeProgressDetails.BuilderChangeProgressDetails. builder()ChangeProgressDetails.BuilderChangeProgressDetails.Builder. changeId(String changeId)The unique change identifier associated with a specific domain configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. configChangeStatus(String configChangeStatus)The current status of the configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. configChangeStatus(ConfigChangeStatus configChangeStatus)The current status of the configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. initiatedBy(String initiatedBy)The IAM principal who initiated the configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. initiatedBy(InitiatedBy initiatedBy)The IAM principal who initiated the configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. lastUpdatedTime(Instant lastUpdatedTime)The last time that the configuration change was updated.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. message(String message)Contains an optional message associated with the domain configuration change.ChangeProgressDetails.BuilderChangeProgressDetails.Builder. startTime(Instant startTime)The time that the configuration change was initiated, in Universal Coordinated Time (UTC).ChangeProgressDetails.BuilderChangeProgressDetails. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ChangeProgressDetails.Builder Modifier and Type Method Description static Class<? extends ChangeProgressDetails.Builder>ChangeProgressDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type ChangeProgressDetails.Builder Modifier and Type Method Description default ElasticsearchDomainConfig.BuilderElasticsearchDomainConfig.Builder. changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)Specifies change details of the domain configuration change.default ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)Specifies change details of the domain configuration change.default UpgradeElasticsearchDomainResponse.BuilderUpgradeElasticsearchDomainResponse.Builder. changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)Sets the value of the ChangeProgressDetails property for this object.
-