public static interface ElasticsearchDomainStatus.Builder extends SdkPojo, 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 |
cognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
default ElasticsearchDomainStatus.Builder |
cognitoOptions(Consumer<CognitoOptions.Builder> cognitoOptions)
The
CognitoOptions for the specified 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.
|
default ElasticsearchDomainStatus.Builder |
encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the status of the
EncryptionAtRestOptions. |
ElasticsearchDomainStatus.Builder |
encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the status of the
EncryptionAtRestOptions. |
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<LogType,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
ElasticsearchDomainStatus.Builder |
logPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
default ElasticsearchDomainStatus.Builder |
nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)
Specifies the status of the
NodeToNodeEncryptionOptions. |
ElasticsearchDomainStatus.Builder |
nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the status of the
NodeToNodeEncryptionOptions. |
ElasticsearchDomainStatus.Builder |
processing(Boolean processing)
The status of the Elasticsearch domain configuration.
|
default ElasticsearchDomainStatus.Builder |
serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
|
ElasticsearchDomainStatus.Builder |
serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
|
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 |
ElasticsearchDomainStatus.Builder |
upgradeProcessing(Boolean upgradeProcessing)
The status of an Elasticsearch domain version upgrade.
|
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. |
copyapplyMutation, 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 upgradeProcessing(Boolean upgradeProcessing)
The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is
undergoing a version upgrade. False if the configuration is active.
upgradeProcessing - The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch
Service is undergoing a version upgrade. 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 cognitoOptions(CognitoOptions cognitoOptions)
The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
cognitoOptions - The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.default ElasticsearchDomainStatus.Builder cognitoOptions(Consumer<CognitoOptions.Builder> cognitoOptions)
The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
CognitoOptions.Builder avoiding the need to
create one manually via CognitoOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cognitoOptions(CognitoOptions).cognitoOptions - a consumer that will call methods on CognitoOptions.BuildercognitoOptions(CognitoOptions)ElasticsearchDomainStatus.Builder encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Specifies the status of the EncryptionAtRestOptions.
encryptionAtRestOptions - Specifies the status of the EncryptionAtRestOptions.default ElasticsearchDomainStatus.Builder encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions)
Specifies the status of the EncryptionAtRestOptions.
EncryptionAtRestOptions.Builder avoiding the
need to create one manually via EncryptionAtRestOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionAtRestOptions(EncryptionAtRestOptions).encryptionAtRestOptions - a consumer that will call methods on EncryptionAtRestOptions.BuilderencryptionAtRestOptions(EncryptionAtRestOptions)ElasticsearchDomainStatus.Builder nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the status of the NodeToNodeEncryptionOptions.
nodeToNodeEncryptionOptions - Specifies the status of the NodeToNodeEncryptionOptions.default ElasticsearchDomainStatus.Builder nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptions.Builder> nodeToNodeEncryptionOptions)
Specifies the status of the NodeToNodeEncryptionOptions.
NodeToNodeEncryptionOptions.Builder avoiding
the need to create one manually via NodeToNodeEncryptionOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions).nodeToNodeEncryptionOptions - a consumer that will call methods on NodeToNodeEncryptionOptions.BuildernodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions)ElasticsearchDomainStatus.Builder advancedOptions(Map<String,String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions - Specifies the status of the AdvancedOptionsElasticsearchDomainStatus.Builder logPublishingOptionsWithStrings(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions - Log publishing options for the given domain.ElasticsearchDomainStatus.Builder logPublishingOptions(Map<LogType,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions - Log publishing options for the given domain.ElasticsearchDomainStatus.Builder serviceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
serviceSoftwareOptions - The current status of the Elasticsearch domain's service software.default ElasticsearchDomainStatus.Builder serviceSoftwareOptions(Consumer<ServiceSoftwareOptions.Builder> serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
This is a convenience that creates an instance of theServiceSoftwareOptions.Builder avoiding the
need to create one manually via ServiceSoftwareOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to serviceSoftwareOptions(ServiceSoftwareOptions).serviceSoftwareOptions - a consumer that will call methods on ServiceSoftwareOptions.BuilderserviceSoftwareOptions(ServiceSoftwareOptions)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.