CopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
, SdkBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
public static interface UpdateElasticsearchDomainConfigRequest.Builder extends CopyableBuilder<UpdateElasticsearchDomainConfigRequest.Builder,UpdateElasticsearchDomainConfigRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateElasticsearchDomainConfigRequest.Builder |
accessPolicies(String accessPolicies) |
IAM access policy as a JSON-formatted string.
|
UpdateElasticsearchDomainConfigRequest.Builder |
advancedOptions(Map<String,String> advancedOptions) |
Modifies the advanced option to allow references to indices in an HTTP request body.
|
UpdateElasticsearchDomainConfigRequest.Builder |
domainName(String domainName) |
The name of the Elasticsearch domain that you are updating.
|
UpdateElasticsearchDomainConfigRequest.Builder |
ebsOptions(EBSOptions ebsOptions) |
Specify the type and size of the EBS volume that you want to use.
|
UpdateElasticsearchDomainConfigRequest.Builder |
elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig) |
The type and number of instances to instantiate for the domain cluster.
|
UpdateElasticsearchDomainConfigRequest.Builder |
snapshotOptions(SnapshotOptions snapshotOptions) |
Option to set the time, in UTC format, for the daily automated snapshot.
|
copy
apply, build
UpdateElasticsearchDomainConfigRequest.Builder domainName(String domainName)
The name of the Elasticsearch domain that you are updating.
domainName
- The name of the Elasticsearch domain that you are updating.UpdateElasticsearchDomainConfigRequest.Builder elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
elasticsearchClusterConfig
- The type and number of instances to instantiate for the domain cluster.UpdateElasticsearchDomainConfigRequest.Builder ebsOptions(EBSOptions ebsOptions)
Specify the type and size of the EBS volume that you want to use.
ebsOptions
- Specify the type and size of the EBS volume that you want to use.UpdateElasticsearchDomainConfigRequest.Builder snapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.
snapshotOptions
- Option to set the time, in UTC format, for the daily automated snapshot. Default value is
0
hours.UpdateElasticsearchDomainConfigRequest.Builder advancedOptions(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.
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.UpdateElasticsearchDomainConfigRequest.Builder accessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.