public static interface UpgradeElasticsearchDomainResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<UpgradeElasticsearchDomainResponse.Builder,UpgradeElasticsearchDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
UpgradeElasticsearchDomainResponse.Builder |
changeProgressDetails(ChangeProgressDetails changeProgressDetails)
Sets the value of the ChangeProgressDetails property for this object.
|
default UpgradeElasticsearchDomainResponse.Builder |
changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Sets the value of the ChangeProgressDetails property for this object.
|
UpgradeElasticsearchDomainResponse.Builder |
domainName(String domainName)
Sets the value of the DomainName property for this object.
|
UpgradeElasticsearchDomainResponse.Builder |
performCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
|
UpgradeElasticsearchDomainResponse.Builder |
targetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpgradeElasticsearchDomainResponse.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.UpgradeElasticsearchDomainResponse.Builder targetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
targetVersion - The version of Elasticsearch that you intend to upgrade the domain to.UpgradeElasticsearchDomainResponse.Builder performCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
performCheckOnly - This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This
will not actually perform the Upgrade.UpgradeElasticsearchDomainResponse.Builder changeProgressDetails(ChangeProgressDetails changeProgressDetails)
changeProgressDetails - The new value for the ChangeProgressDetails property for this object.default UpgradeElasticsearchDomainResponse.Builder changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
ChangeProgressDetails.Builder avoiding
the need to create one manually via ChangeProgressDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to changeProgressDetails(ChangeProgressDetails).
changeProgressDetails - a consumer that will call methods on ChangeProgressDetails.BuilderchangeProgressDetails(ChangeProgressDetails)Copyright © 2023. All rights reserved.