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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainStatus clone()
-
-