public static interface ElasticsearchDomainStatus.Builder extends CopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
| Modifier and Type | Method and 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.
|
default ElasticsearchDomainStatus.Builder |
ebsOptions(Consumer<EBSOptions.Builder> ebsOptions)
The
EBSOptions for the specified domain. |
ElasticsearchDomainStatus.Builder |
ebsOptions(EBSOptions ebsOptions)
The
EBSOptions for the specified domain. |
default ElasticsearchDomainStatus.Builder |
elasticsearchClusterConfig(Consumer<ElasticsearchClusterConfig.Builder> elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
ElasticsearchDomainStatus.Builder |
elasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
ElasticsearchDomainStatus.Builder |
elasticsearchVersion(String elasticsearchVersion)
Sets the value of the ElasticsearchVersion property for this object.
|
ElasticsearchDomainStatus.Builder |
endpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
ElasticsearchDomainStatus.Builder |
endpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests.
|
ElasticsearchDomainStatus.Builder |
logPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
ElasticsearchDomainStatus.Builder |
processing(Boolean processing)
The status of the Elasticsearch domain configuration.
|
default ElasticsearchDomainStatus.Builder |
snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Specifies the status of the
SnapshotOptions |
ElasticsearchDomainStatus.Builder |
snapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
default ElasticsearchDomainStatus.Builder |
vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)
The
VPCOptions for the specified domain. |
ElasticsearchDomainStatus.Builder |
vpcOptions(VPCDerivedInfo vpcOptions)
The
VPCOptions for the specified domain. |
copyapply, buildElasticsearchDomainStatus.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 endpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.
endpoints - Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.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 - The new value for the ElasticsearchVersion property for this object.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.default ElasticsearchDomainStatus.Builder elasticsearchClusterConfig(Consumer<ElasticsearchClusterConfig.Builder> elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
This is a convenience that creates an instance of theElasticsearchClusterConfig.Builder avoiding the
need to create one manually via ElasticsearchClusterConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to elasticsearchClusterConfig(ElasticsearchClusterConfig).elasticsearchClusterConfig - a consumer that will call methods on ElasticsearchClusterConfig.BuilderelasticsearchClusterConfig(ElasticsearchClusterConfig)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.default ElasticsearchDomainStatus.Builder ebsOptions(Consumer<EBSOptions.Builder> ebsOptions)
The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.
EBSOptions.Builder avoiding the need to create
one manually via EBSOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ebsOptions(EBSOptions).ebsOptions - a consumer that will call methods on EBSOptions.BuilderebsOptions(EBSOptions)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 SnapshotOptionsdefault ElasticsearchDomainStatus.Builder snapshotOptions(Consumer<SnapshotOptions.Builder> snapshotOptions)
Specifies the status of the SnapshotOptions
SnapshotOptions.Builder avoiding the need to
create one manually via SnapshotOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snapshotOptions(SnapshotOptions).snapshotOptions - a consumer that will call methods on SnapshotOptions.BuildersnapshotOptions(SnapshotOptions)ElasticsearchDomainStatus.Builder vpcOptions(VPCDerivedInfo vpcOptions)
The VPCOptions for the specified domain. For more information, see VPC
Endpoints for Amazon Elasticsearch Service Domains.
vpcOptions - The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.default ElasticsearchDomainStatus.Builder vpcOptions(Consumer<VPCDerivedInfo.Builder> vpcOptions)
The VPCOptions for the specified domain. For more information, see VPC
Endpoints for Amazon Elasticsearch Service Domains.
VPCDerivedInfo.Builder avoiding the need to
create one manually via VPCDerivedInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcOptions(VPCDerivedInfo).vpcOptions - a consumer that will call methods on VPCDerivedInfo.BuildervpcOptions(VPCDerivedInfo)ElasticsearchDomainStatus.Builder advancedOptions(Map<String,String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions - Specifies the status of the AdvancedOptionsElasticsearchDomainStatus.Builder logPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions - Log publishing options for the given domain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.