public class DomainStatus extends Object implements Serializable, Cloneable
The current status of the search domain.
Constructor and Description |
---|
DomainStatus() |
Modifier and Type | Method and Description |
---|---|
DomainStatus |
clone() |
boolean |
equals(Object obj) |
String |
getARN() |
Boolean |
getCreated()
True if the search domain is created.
|
Boolean |
getDeleted()
True if the search domain has been deleted.
|
ServiceEndpoint |
getDocService()
The service endpoint for updating documents in a search domain.
|
String |
getDomainId() |
String |
getDomainName() |
Limits |
getLimits() |
Boolean |
getProcessing()
True if processing is being done to activate the current domain
configuration.
|
Boolean |
getRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current
domain configuration.
|
Integer |
getSearchInstanceCount()
The number of search instances that are available to process search
requests.
|
String |
getSearchInstanceType()
The instance type that is being used to process search requests.
|
Integer |
getSearchPartitionCount()
The number of partitions across which the search index is spread.
|
ServiceEndpoint |
getSearchService()
The service endpoint for requesting search results from a search domain.
|
int |
hashCode() |
Boolean |
isCreated()
True if the search domain is created.
|
Boolean |
isDeleted()
True if the search domain has been deleted.
|
Boolean |
isProcessing()
True if processing is being done to activate the current domain
configuration.
|
Boolean |
isRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current
domain configuration.
|
void |
setARN(String aRN) |
void |
setCreated(Boolean created)
True if the search domain is created.
|
void |
setDeleted(Boolean deleted)
True if the search domain has been deleted.
|
void |
setDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
|
void |
setDomainId(String domainId) |
void |
setDomainName(String domainName) |
void |
setLimits(Limits limits) |
void |
setProcessing(Boolean processing)
True if processing is being done to activate the current domain
configuration.
|
void |
setRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current
domain configuration.
|
void |
setSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search
requests.
|
void |
setSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
|
void |
setSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
|
void |
setSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainStatus |
withARN(String aRN) |
DomainStatus |
withCreated(Boolean created)
True if the search domain is created.
|
DomainStatus |
withDeleted(Boolean deleted)
True if the search domain has been deleted.
|
DomainStatus |
withDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
|
DomainStatus |
withDomainId(String domainId) |
DomainStatus |
withDomainName(String domainName) |
DomainStatus |
withLimits(Limits limits) |
DomainStatus |
withProcessing(Boolean processing)
True if processing is being done to activate the current domain
configuration.
|
DomainStatus |
withRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current
domain configuration.
|
DomainStatus |
withSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search
requests.
|
DomainStatus |
withSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
|
DomainStatus |
withSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
|
DomainStatus |
withSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
|
public void setDomainId(String domainId)
domainId
- public String getDomainId()
public DomainStatus withDomainId(String domainId)
domainId
- public void setDomainName(String domainName)
domainName
- public String getDomainName()
public DomainStatus withDomainName(String domainName)
domainName
- public void setARN(String aRN)
aRN
- public String getARN()
public DomainStatus withARN(String aRN)
aRN
- public void setCreated(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.
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 getCreated()
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 DomainStatus withCreated(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.
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 isCreated()
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 void setDeleted(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.
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 Boolean getDeleted()
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 DomainStatus withDeleted(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.
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 Boolean isDeleted()
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 void setDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
docService
- The service endpoint for updating documents in a search domain.public ServiceEndpoint getDocService()
The service endpoint for updating documents in a search domain.
public DomainStatus withDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
docService
- The service endpoint for updating documents in a search domain.public void setSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
searchService
- The service endpoint for requesting search results from a search
domain.public ServiceEndpoint getSearchService()
The service endpoint for requesting search results from a search domain.
public DomainStatus withSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
searchService
- The service endpoint for requesting search results from a search
domain.public void setRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current domain configuration.
requiresIndexDocuments
- True if IndexDocuments needs to be called to activate the
current domain configuration.public Boolean getRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
public DomainStatus withRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current domain configuration.
requiresIndexDocuments
- True if IndexDocuments needs to be called to activate the
current domain configuration.public Boolean isRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
public void setProcessing(Boolean processing)
True if processing is being done to activate the current domain configuration.
processing
- True if processing is being done to activate the current domain
configuration.public Boolean getProcessing()
True if processing is being done to activate the current domain configuration.
public DomainStatus withProcessing(Boolean processing)
True if processing is being done to activate the current domain configuration.
processing
- True if processing is being done to activate the current domain
configuration.public Boolean isProcessing()
True if processing is being done to activate the current domain configuration.
public void setSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
searchInstanceType
- The instance type that is being used to process search requests.public String getSearchInstanceType()
The instance type that is being used to process search requests.
public DomainStatus withSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
searchInstanceType
- The instance type that is being used to process search requests.public void setSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
searchPartitionCount
- The number of partitions across which the search index is spread.public Integer getSearchPartitionCount()
The number of partitions across which the search index is spread.
public DomainStatus withSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
searchPartitionCount
- The number of partitions across which the search index is spread.public void setSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search requests.
searchInstanceCount
- The number of search instances that are available to process
search requests.public Integer getSearchInstanceCount()
The number of search instances that are available to process search requests.
public DomainStatus withSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search requests.
searchInstanceCount
- The number of search instances that are available to process
search requests.public void setLimits(Limits limits)
limits
- public Limits getLimits()
public DomainStatus withLimits(Limits limits)
limits
- public String toString()
toString
in class Object
Object.toString()
public DomainStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.