public static interface UpgradeElasticsearchDomainResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<UpgradeElasticsearchDomainResponse.Builder,UpgradeElasticsearchDomainResponse>
Modifier and Type | Method and Description |
---|---|
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpgradeElasticsearchDomainResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.