CopyableBuilder<CreateElasticsearchDomainRequest.Builder,CreateElasticsearchDomainRequest>
, SdkBuilder<CreateElasticsearchDomainRequest.Builder,CreateElasticsearchDomainRequest>
public static interface CreateElasticsearchDomainRequest.Builder extends CopyableBuilder<CreateElasticsearchDomainRequest.Builder,CreateElasticsearchDomainRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateElasticsearchDomainRequest.Builder |
accessPolicies(String accessPolicies) |
IAM access policy as a JSON-formatted string.
|
CreateElasticsearchDomainRequest.Builder |
advancedOptions(Map<String,String> advancedOptions) |
Option to allow references to indices in an HTTP request body.
|
CreateElasticsearchDomainRequest.Builder |
domainName(String domainName) |
The name of the Elasticsearch domain that you are creating.
|
CreateElasticsearchDomainRequest.Builder |
ebsOptions(EBSOptions ebsOptions) |
Options to enable, disable and specify the type and size of EBS storage volumes.
|
CreateElasticsearchDomainRequest.Builder |
elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig) |
Configuration options for an Elasticsearch domain.
|
CreateElasticsearchDomainRequest.Builder |
elasticsearchVersion(String elasticsearchVersion) |
String of format X.Y to specify version for the Elasticsearch domain eg.
|
CreateElasticsearchDomainRequest.Builder |
snapshotOptions(SnapshotOptions snapshotOptions) |
Option to set time, in UTC format, of the daily automated snapshot.
|
copy
apply, build
CreateElasticsearchDomainRequest.Builder domainName(String domainName)
The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName
- The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains
owned by an account within an AWS region. Domain names must start with a letter or number and can
contain the following characters: a-z (lowercase), 0-9, and - (hyphen).CreateElasticsearchDomainRequest.Builder elasticsearchVersion(String elasticsearchVersion)
String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
elasticsearchVersion
- String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more
information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer
Guide.CreateElasticsearchDomainRequest.Builder elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.
elasticsearchClusterConfig
- Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances
in the domain cluster.CreateElasticsearchDomainRequest.Builder ebsOptions(EBSOptions ebsOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
ebsOptions
- Options to enable, disable and specify the type and size of EBS storage volumes.CreateElasticsearchDomainRequest.Builder accessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.CreateElasticsearchDomainRequest.Builder snapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.
snapshotOptions
- Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.CreateElasticsearchDomainRequest.Builder advancedOptions(Map<String,String> advancedOptions)
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
- 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.