Class DomainStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The current status of the search domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getARN()
True if the search domain is created.True if the search domain has been deleted.The service endpoint for updating documents in a search domain.True if processing is being done to activate the current domain configuration.True if IndexDocuments needs to be called to activate the current domain configuration.The number of search instances that are available to process search requests.The instance type that is being used to process search requests.The number of partitions across which the search index is spread.The service endpoint for requesting search results from a search domain.int
hashCode()
True if the search domain is created.True if the search domain has been deleted.True if processing is being done to activate the current domain configuration.True if IndexDocuments needs to be called to activate the current domain configuration.void
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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withCreated
(Boolean created) True if the search domain is created.withDeleted
(Boolean deleted) True if the search domain has been deleted.withDocService
(ServiceEndpoint docService) The service endpoint for updating documents in a search domain.withDomainId
(String domainId) withDomainName
(String domainName) withLimits
(Limits limits) withProcessing
(Boolean processing) True if processing is being done to activate the current domain configuration.withRequiresIndexDocuments
(Boolean requiresIndexDocuments) True if IndexDocuments needs to be called to activate the current domain configuration.withSearchInstanceCount
(Integer searchInstanceCount) The number of search instances that are available to process search requests.withSearchInstanceType
(String searchInstanceType) The instance type that is being used to process search requests.withSearchPartitionCount
(Integer searchPartitionCount) The number of partitions across which the search index is spread.withSearchService
(ServiceEndpoint searchService) The service endpoint for requesting search results from a search domain.
-
Constructor Details
-
DomainStatus
public DomainStatus()
-
-
Method Details
-
setDomainId
- Parameters:
domainId
-
-
getDomainId
- Returns:
-
withDomainId
- Parameters:
domainId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomainName
- Parameters:
domainName
-
-
getDomainName
- Returns:
-
withDomainName
- Parameters:
domainName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setARN
- Parameters:
aRN
-
-
getARN
- Returns:
-
withARN
- Parameters:
aRN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
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
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
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
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
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
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
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
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
The service endpoint for updating documents in a search domain.
- Parameters:
docService
- The service endpoint for updating documents in a search domain.
-
getDocService
The service endpoint for updating documents in a search domain.
- Returns:
- The service endpoint for updating documents in a search domain.
-
withDocService
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
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
The service endpoint for requesting search results from a search domain.
- Returns:
- The service endpoint for requesting search results from a search domain.
-
withSearchService
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
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
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
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
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
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
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
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
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
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
The instance type that is being used to process search requests.
- Returns:
- The instance type that is being used to process search requests.
-
withSearchInstanceType
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
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
The number of partitions across which the search index is spread.
- Returns:
- The number of partitions across which the search index is spread.
-
withSearchPartitionCount
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
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
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
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
- Parameters:
limits
-
-
getLimits
- Returns:
-
withLimits
- Parameters:
limits
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-