Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateElasticsearchDomainConfigRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the type and
number of instances in the domain cluster.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateElasticsearchDomainConfigRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessPolicies() |
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
advancedOptions() |
Modifies the advanced option to allow references to indices in an HTTP request body.
|
static UpdateElasticsearchDomainConfigRequest.Builder |
builder() |
|
String |
domainName() |
The name of the Elasticsearch domain that you are updating.
|
EBSOptions |
ebsOptions() |
Specify the type and size of the EBS volume that you want to use.
|
ElasticsearchClusterConfig |
elasticsearchClusterConfig() |
The type and number of instances to instantiate for the domain cluster.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateElasticsearchDomainConfigRequest.Builder> |
serializableBuilderClass() |
|
SnapshotOptions |
snapshotOptions() |
Option to set the time, in UTC format, for the daily automated snapshot.
|
UpdateElasticsearchDomainConfigRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The name of the Elasticsearch domain that you are updating.
public ElasticsearchClusterConfig elasticsearchClusterConfig()
The type and number of instances to instantiate for the domain cluster.
public EBSOptions ebsOptions()
Specify the type and size of the EBS volume that you want to use.
public SnapshotOptions snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.
0
hours.public Map<String,String> advancedOptions()
Modifies the advanced option to allow references to indices in an HTTP request body. Must be false
when configuring access to individual sub-resources. By default, the value is true
. See Configuration Advanced Options for more information.
false
when configuring access to individual sub-resources. By default, the value is
true
. See Configuration Advanced Options for more information.public String accessPolicies()
IAM access policy as a JSON-formatted string.
public UpdateElasticsearchDomainConfigRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
public static UpdateElasticsearchDomainConfigRequest.Builder builder()
public static Class<? extends UpdateElasticsearchDomainConfigRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.