public class CreateElasticsearchDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateElasticsearchDomainRequest() |
Modifier and Type | Method and Description |
---|---|
CreateElasticsearchDomainRequest |
addAdvancedOptionsEntry(String key,
String value) |
CreateElasticsearchDomainRequest |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
CreateElasticsearchDomainRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAccessPolicies()
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
getAdvancedOptions()
Option to allow references to indices in an HTTP request body.
|
String |
getDomainName()
The name of the Elasticsearch domain that you are creating.
|
EBSOptions |
getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.
|
ElasticsearchClusterConfig |
getElasticsearchClusterConfig()
Configuration options for an Elasticsearch domain.
|
String |
getElasticsearchVersion()
String of format X.Y to specify version for the Elasticsearch domain eg.
|
SnapshotOptions |
getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.
|
int |
hashCode() |
void |
setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
void |
setAdvancedOptions(Map<String,String> advancedOptions)
Option to allow references to indices in an HTTP request body.
|
void |
setDomainName(String domainName)
The name of the Elasticsearch domain that you are creating.
|
void |
setEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
|
void |
setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
Configuration options for an Elasticsearch domain.
|
void |
setElasticsearchVersion(String elasticsearchVersion)
String of format X.Y to specify version for the Elasticsearch domain eg.
|
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateElasticsearchDomainRequest |
withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
CreateElasticsearchDomainRequest |
withAdvancedOptions(Map<String,String> advancedOptions)
Option to allow references to indices in an HTTP request body.
|
CreateElasticsearchDomainRequest |
withDomainName(String domainName)
The name of the Elasticsearch domain that you are creating.
|
CreateElasticsearchDomainRequest |
withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.
|
CreateElasticsearchDomainRequest |
withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
Configuration options for an Elasticsearch domain.
|
CreateElasticsearchDomainRequest |
withElasticsearchVersion(String elasticsearchVersion)
String of format X.Y to specify version for the Elasticsearch domain eg.
|
CreateElasticsearchDomainRequest |
withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(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).public String getDomainName()
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).
public CreateElasticsearchDomainRequest withDomainName(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).public void setElasticsearchVersion(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.public String getElasticsearchVersion()
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.
public CreateElasticsearchDomainRequest withElasticsearchVersion(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.public void setElasticsearchClusterConfig(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.public ElasticsearchClusterConfig getElasticsearchClusterConfig()
Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.
public CreateElasticsearchDomainRequest withElasticsearchClusterConfig(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.public void setEBSOptions(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.public EBSOptions getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.
public CreateElasticsearchDomainRequest withEBSOptions(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.public void setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public String getAccessPolicies()
IAM access policy as a JSON-formatted string.
public CreateElasticsearchDomainRequest withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public void setSnapshotOptions(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.public SnapshotOptions getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.
public CreateElasticsearchDomainRequest withSnapshotOptions(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.public Map<String,String> getAdvancedOptions()
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 void setAdvancedOptions(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.public CreateElasticsearchDomainRequest withAdvancedOptions(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.public CreateElasticsearchDomainRequest addAdvancedOptionsEntry(String key, String value)
public CreateElasticsearchDomainRequest clearAdvancedOptionsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateElasticsearchDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.