Class DomainStatus
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.DomainStatus
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DomainStatus extends Object implements Serializable, Cloneable
The current status of the search domain.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomainStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainStatusclone()booleanequals(Object obj)StringgetARN()BooleangetCreated()True if the search domain is created.BooleangetDeleted()True if the search domain has been deleted.ServiceEndpointgetDocService()The service endpoint for updating documents in a search domain.StringgetDomainId()StringgetDomainName()LimitsgetLimits()BooleangetProcessing()True if processing is being done to activate the current domain configuration.BooleangetRequiresIndexDocuments()True if IndexDocuments needs to be called to activate the current domain configuration.IntegergetSearchInstanceCount()The number of search instances that are available to process search requests.StringgetSearchInstanceType()The instance type that is being used to process search requests.IntegergetSearchPartitionCount()The number of partitions across which the search index is spread.ServiceEndpointgetSearchService()The service endpoint for requesting search results from a search domain.inthashCode()BooleanisCreated()True if the search domain is created.BooleanisDeleted()True if the search domain has been deleted.BooleanisProcessing()True if processing is being done to activate the current domain configuration.BooleanisRequiresIndexDocuments()True if IndexDocuments needs to be called to activate the current domain configuration.voidsetARN(String aRN)voidsetCreated(Boolean created)True if the search domain is created.voidsetDeleted(Boolean deleted)True if the search domain has been deleted.voidsetDocService(ServiceEndpoint docService)The service endpoint for updating documents in a search domain.voidsetDomainId(String domainId)voidsetDomainName(String domainName)voidsetLimits(Limits limits)voidsetProcessing(Boolean processing)True if processing is being done to activate the current domain configuration.voidsetRequiresIndexDocuments(Boolean requiresIndexDocuments)True if IndexDocuments needs to be called to activate the current domain configuration.voidsetSearchInstanceCount(Integer searchInstanceCount)The number of search instances that are available to process search requests.voidsetSearchInstanceType(String searchInstanceType)The instance type that is being used to process search requests.voidsetSearchPartitionCount(Integer searchPartitionCount)The number of partitions across which the search index is spread.voidsetSearchService(ServiceEndpoint searchService)The service endpoint for requesting search results from a search domain.StringtoString()Returns a string representation of this object; useful for testing and debugging.DomainStatuswithARN(String aRN)DomainStatuswithCreated(Boolean created)True if the search domain is created.DomainStatuswithDeleted(Boolean deleted)True if the search domain has been deleted.DomainStatuswithDocService(ServiceEndpoint docService)The service endpoint for updating documents in a search domain.DomainStatuswithDomainId(String domainId)DomainStatuswithDomainName(String domainName)DomainStatuswithLimits(Limits limits)DomainStatuswithProcessing(Boolean processing)True if processing is being done to activate the current domain configuration.DomainStatuswithRequiresIndexDocuments(Boolean requiresIndexDocuments)True if IndexDocuments needs to be called to activate the current domain configuration.DomainStatuswithSearchInstanceCount(Integer searchInstanceCount)The number of search instances that are available to process search requests.DomainStatuswithSearchInstanceType(String searchInstanceType)The instance type that is being used to process search requests.DomainStatuswithSearchPartitionCount(Integer searchPartitionCount)The number of partitions across which the search index is spread.DomainStatuswithSearchService(ServiceEndpoint searchService)The service endpoint for requesting search results from a search domain.
-
-
-
Method Detail
-
setDomainId
public void setDomainId(String domainId)
- Parameters:
domainId-
-
getDomainId
public String getDomainId()
- Returns:
-
withDomainId
public DomainStatus withDomainId(String domainId)
- Parameters:
domainId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomainName
public void setDomainName(String domainName)
- Parameters:
domainName-
-
getDomainName
public String getDomainName()
- Returns:
-
withDomainName
public DomainStatus withDomainName(String domainName)
- Parameters:
domainName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setARN
public void setARN(String aRN)
- Parameters:
aRN-
-
getARN
public String getARN()
- Returns:
-
withARN
public DomainStatus withARN(String aRN)
- Parameters:
aRN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
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.
- Parameters:
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.
-
getCreated
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.
- Returns:
- 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.
-
withCreated
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCreated
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.
- Returns:
- 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.
-
setDeleted
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.
- Parameters:
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.
-
getDeleted
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.
- Returns:
- 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.
-
withDeleted
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDeleted
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.
- Returns:
- 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.
-
setDocService
public void setDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
- Parameters:
docService- The service endpoint for updating documents in a search domain.
-
getDocService
public ServiceEndpoint getDocService()
The service endpoint for updating documents in a search domain.
- Returns:
- The service endpoint for updating documents in a search domain.
-
withDocService
public DomainStatus withDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
- Parameters:
docService- The service endpoint for updating documents in a search domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSearchService
public void setSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
- Parameters:
searchService- The service endpoint for requesting search results from a search domain.
-
getSearchService
public ServiceEndpoint getSearchService()
The service endpoint for requesting search results from a search domain.
- Returns:
- The service endpoint for requesting search results from a search domain.
-
withSearchService
public DomainStatus withSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search domain.
- Parameters:
searchService- The service endpoint for requesting search results from a search domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRequiresIndexDocuments
public void setRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current domain configuration.
- Parameters:
requiresIndexDocuments- True if IndexDocuments needs to be called to activate the current domain configuration.
-
getRequiresIndexDocuments
public Boolean getRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
- Returns:
- True if IndexDocuments needs to be called to activate the current domain configuration.
-
withRequiresIndexDocuments
public DomainStatus withRequiresIndexDocuments(Boolean requiresIndexDocuments)
True if IndexDocuments needs to be called to activate the current domain configuration.
- Parameters:
requiresIndexDocuments- True if IndexDocuments needs to be called to activate the current domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequiresIndexDocuments
public Boolean isRequiresIndexDocuments()
True if IndexDocuments needs to be called to activate the current domain configuration.
- Returns:
- True if IndexDocuments needs to be called to activate the current domain configuration.
-
setProcessing
public void setProcessing(Boolean processing)
True if processing is being done to activate the current domain configuration.
- Parameters:
processing- True if processing is being done to activate the current domain configuration.
-
getProcessing
public Boolean getProcessing()
True if processing is being done to activate the current domain configuration.
- Returns:
- True if processing is being done to activate the current domain configuration.
-
withProcessing
public DomainStatus withProcessing(Boolean processing)
True if processing is being done to activate the current domain configuration.
- Parameters:
processing- True if processing is being done to activate the current domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isProcessing
public Boolean isProcessing()
True if processing is being done to activate the current domain configuration.
- Returns:
- True if processing is being done to activate the current domain configuration.
-
setSearchInstanceType
public void setSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
- Parameters:
searchInstanceType- The instance type that is being used to process search requests.
-
getSearchInstanceType
public String getSearchInstanceType()
The instance type that is being used to process search requests.
- Returns:
- The instance type that is being used to process search requests.
-
withSearchInstanceType
public DomainStatus withSearchInstanceType(String searchInstanceType)
The instance type that is being used to process search requests.
- Parameters:
searchInstanceType- The instance type that is being used to process search requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSearchPartitionCount
public void setSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
- Parameters:
searchPartitionCount- The number of partitions across which the search index is spread.
-
getSearchPartitionCount
public Integer getSearchPartitionCount()
The number of partitions across which the search index is spread.
- Returns:
- The number of partitions across which the search index is spread.
-
withSearchPartitionCount
public DomainStatus withSearchPartitionCount(Integer searchPartitionCount)
The number of partitions across which the search index is spread.
- Parameters:
searchPartitionCount- The number of partitions across which the search index is spread.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSearchInstanceCount
public void setSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search requests.
- Parameters:
searchInstanceCount- The number of search instances that are available to process search requests.
-
getSearchInstanceCount
public Integer getSearchInstanceCount()
The number of search instances that are available to process search requests.
- Returns:
- The number of search instances that are available to process search requests.
-
withSearchInstanceCount
public DomainStatus withSearchInstanceCount(Integer searchInstanceCount)
The number of search instances that are available to process search requests.
- Parameters:
searchInstanceCount- The number of search instances that are available to process search requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimits
public void setLimits(Limits limits)
- Parameters:
limits-
-
getLimits
public Limits getLimits()
- Returns:
-
withLimits
public DomainStatus withLimits(Limits limits)
- Parameters:
limits-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainStatus clone()
-
-