CopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
, SdkBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
public static interface ElasticsearchDomainStatus.Builder extends CopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
Modifier and Type | Method | Description |
---|---|---|
ElasticsearchDomainStatus.Builder |
accessPolicies(String accessPolicies) |
IAM access policy as a JSON-formatted string.
|
ElasticsearchDomainStatus.Builder |
advancedOptions(Map<String,String> advancedOptions) |
Specifies the status of the
AdvancedOptions |
ElasticsearchDomainStatus.Builder |
arn(String arn) |
The Amazon resource name (ARN) of an Elasticsearch domain.
|
ElasticsearchDomainStatus.Builder |
created(Boolean created) |
The domain creation status.
|
ElasticsearchDomainStatus.Builder |
deleted(Boolean deleted) |
The domain deletion status.
|
ElasticsearchDomainStatus.Builder |
domainId(String domainId) |
The unique identifier for the specified Elasticsearch domain.
|
ElasticsearchDomainStatus.Builder |
domainName(String domainName) |
The name of an Elasticsearch domain.
|
ElasticsearchDomainStatus.Builder |
ebsOptions(EBSOptions ebsOptions) |
The
EBSOptions for the specified domain. |
ElasticsearchDomainStatus.Builder |
elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig) |
The type and number of instances in the domain cluster.
|
ElasticsearchDomainStatus.Builder |
elasticsearchVersion(String elasticsearchVersion) |
|
ElasticsearchDomainStatus.Builder |
endpoint(String endpoint) |
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
ElasticsearchDomainStatus.Builder |
processing(Boolean processing) |
The status of the Elasticsearch domain configuration.
|
ElasticsearchDomainStatus.Builder |
snapshotOptions(SnapshotOptions snapshotOptions) |
Specifies the status of the
SnapshotOptions |
copy
apply, build
ElasticsearchDomainStatus.Builder domainId(String domainId)
The unique identifier for the specified Elasticsearch domain.
domainId
- The unique identifier for the specified Elasticsearch domain.ElasticsearchDomainStatus.Builder domainName(String domainName)
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName
- The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account
within an AWS region. Domain names start with a letter or number and can contain the following
characters: a-z (lowercase), 0-9, and - (hyphen).ElasticsearchDomainStatus.Builder arn(String arn)
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
arn
- The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management
for more information.ElasticsearchDomainStatus.Builder created(Boolean created)
The domain creation status. True
if the creation of an Elasticsearch domain is complete.
False
if domain creation is still in progress.
created
- The domain creation status. True
if the creation of an Elasticsearch domain is complete.
False
if domain creation is still in progress.ElasticsearchDomainStatus.Builder deleted(Boolean deleted)
The domain deletion status. True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once domain
deletion is complete, the status of the domain is no longer returned.
deleted
- The domain deletion status. True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once
domain deletion is complete, the status of the domain is no longer returned.ElasticsearchDomainStatus.Builder endpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
endpoint
- The Elasticsearch domain endpoint that you use to submit index and search requests.ElasticsearchDomainStatus.Builder processing(Boolean processing)
The status of the Elasticsearch domain configuration. True
if Amazon Elasticsearch Service is
processing configuration changes. False
if the configuration is active.
processing
- The status of the Elasticsearch domain configuration. True
if Amazon Elasticsearch
Service is processing configuration changes. False
if the configuration is active.ElasticsearchDomainStatus.Builder elasticsearchVersion(String elasticsearchVersion)
elasticsearchVersion
- ElasticsearchDomainStatus.Builder elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
elasticsearchClusterConfig
- The type and number of instances in the domain cluster.ElasticsearchDomainStatus.Builder ebsOptions(EBSOptions ebsOptions)
The EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.
ebsOptions
- The EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.ElasticsearchDomainStatus.Builder accessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.ElasticsearchDomainStatus.Builder snapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the SnapshotOptions
snapshotOptions
- Specifies the status of the SnapshotOptions
ElasticsearchDomainStatus.Builder advancedOptions(Map<String,String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions
- Specifies the status of the AdvancedOptions
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.