@Generated(value="software.amazon.awssdk:codegen") public final class DomainStatus extends Object implements ToCopyableBuilder<DomainStatus.Builder,DomainStatus>
The current status of the search domain.
Modifier and Type | Class and Description |
---|---|
static interface |
DomainStatus.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
Returns the value of the ARN property for this object.
|
static DomainStatus.Builder |
builder() |
Boolean |
created()
True if the search domain is created.
|
Boolean |
deleted()
True if the search domain has been deleted.
|
ServiceEndpoint |
docService()
The service endpoint for updating documents in a search domain.
|
String |
domainId()
Returns the value of the DomainId property for this object.
|
String |
domainName()
Returns the value of the DomainName property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Limits |
limits()
Returns the value of the Limits property for this object.
|
Boolean |
processing()
True if processing is being done to activate the current domain configuration.
|
Boolean |
requiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
|
Integer |
searchInstanceCount()
The number of search instances that are available to process search requests.
|
String |
searchInstanceType()
The instance type that is being used to process search requests.
|
Integer |
searchPartitionCount()
The number of partitions across which the search index is spread.
|
ServiceEndpoint |
searchService()
The service endpoint for requesting search results from a search domain.
|
static Class<? extends DomainStatus.Builder> |
serializableBuilderClass() |
DomainStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String domainId()
public String domainName()
public String arn()
public Boolean created()
True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.
public Boolean deleted()
True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.
public ServiceEndpoint docService()
The service endpoint for updating documents in a search domain.
public ServiceEndpoint searchService()
The service endpoint for requesting search results from a search domain.
public Boolean requiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
public Boolean processing()
True if processing is being done to activate the current domain configuration.
public String searchInstanceType()
The instance type that is being used to process search requests.
public Integer searchPartitionCount()
The number of partitions across which the search index is spread.
public Integer searchInstanceCount()
The number of search instances that are available to process search requests.
public Limits limits()
public DomainStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DomainStatus.Builder,DomainStatus>
public static DomainStatus.Builder builder()
public static Class<? extends DomainStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.