@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 |
addLogPublishingOptionsEntry(String key,
LogPublishingOption value) |
CreateElasticsearchDomainRequest |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
CreateElasticsearchDomainRequest |
clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
CreateElasticsearchDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
Map<String,LogPublishingOption> |
getLogPublishingOptions()
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
SnapshotOptions |
getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.
|
VPCOptions |
getVPCOptions()
Options to specify the subnets and security groups for VPC endpoint.
|
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 |
setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
void |
setVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint.
|
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 |
withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
CreateElasticsearchDomainRequest |
withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
CreateElasticsearchDomainRequest |
withVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 void setVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domainspublic VPCOptions getVPCOptions()
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
public CreateElasticsearchDomainRequest withVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domainspublic 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 Map<String,LogPublishingOption> getLogPublishingOptions()
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public void setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public CreateElasticsearchDomainRequest withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public CreateElasticsearchDomainRequest addLogPublishingOptionsEntry(String key, LogPublishingOption value)
public CreateElasticsearchDomainRequest clearLogPublishingOptionsEntries()
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.