@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainStatus extends Object implements Serializable, Cloneable, StructuredPojo
The current status of a domain.
Constructor and Description |
---|
DomainStatus() |
Modifier and Type | Method and Description |
---|---|
DomainStatus |
addAdvancedOptionsEntry(String key,
String value)
Add a single AdvancedOptions entry
|
DomainStatus |
addEndpointsEntry(String key,
String value)
Add a single Endpoints entry
|
DomainStatus |
addLogPublishingOptionsEntry(String key,
LogPublishingOption value)
Add a single LogPublishingOptions entry
|
DomainStatus |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
DomainStatus |
clearEndpointsEntries()
Removes all the entries added into Endpoints.
|
DomainStatus |
clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
DomainStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPolicies()
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
getAdvancedOptions()
The status of the
AdvancedOptions . |
AdvancedSecurityOptions |
getAdvancedSecurityOptions()
The current status of the domain's advanced security options.
|
String |
getARN()
The Amazon Resource Name (ARN) of a domain.
|
AutoTuneOptionsOutput |
getAutoTuneOptions()
The current status of the domain's Auto-Tune options.
|
ChangeProgressDetails |
getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
ClusterConfig |
getClusterConfig()
The type and number of instances in the domain.
|
CognitoOptions |
getCognitoOptions()
The
CognitoOptions for the specified domain. |
Boolean |
getCreated()
The domain creation status.
|
Boolean |
getDeleted()
The domain deletion status.
|
DomainEndpointOptions |
getDomainEndpointOptions()
The current status of the domain's endpoint options.
|
String |
getDomainId()
The unique identifier for the specified domain.
|
String |
getDomainName()
The name of a domain.
|
EBSOptions |
getEBSOptions()
The
EBSOptions for the specified domain. |
EncryptionAtRestOptions |
getEncryptionAtRestOptions()
The status of the
EncryptionAtRestOptions . |
String |
getEndpoint()
The domain endpoint that you use to submit index and search requests.
|
Map<String,String> |
getEndpoints()
Map containing the domain endpoints used to submit index and search requests.
|
String |
getEngineVersion() |
Map<String,LogPublishingOption> |
getLogPublishingOptions()
Log publishing options for the given domain.
|
NodeToNodeEncryptionOptions |
getNodeToNodeEncryptionOptions()
The status of the
NodeToNodeEncryptionOptions . |
Boolean |
getProcessing()
The status of the domain configuration.
|
ServiceSoftwareOptions |
getServiceSoftwareOptions()
The current status of the domain's service software.
|
SnapshotOptions |
getSnapshotOptions()
The status of the
SnapshotOptions . |
Boolean |
getUpgradeProcessing()
The status of a domain version upgrade.
|
VPCDerivedInfo |
getVPCOptions()
The
VPCOptions for the specified domain. |
int |
hashCode() |
Boolean |
isCreated()
The domain creation status.
|
Boolean |
isDeleted()
The domain deletion status.
|
Boolean |
isProcessing()
The status of the domain configuration.
|
Boolean |
isUpgradeProcessing()
The status of a domain version upgrade.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
void |
setAdvancedOptions(Map<String,String> advancedOptions)
The status of the
AdvancedOptions . |
void |
setAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
The current status of the domain's advanced security options.
|
void |
setARN(String aRN)
The Amazon Resource Name (ARN) of a domain.
|
void |
setAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
The current status of the domain's Auto-Tune options.
|
void |
setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
setClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
|
void |
setCognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
void |
setCreated(Boolean created)
The domain creation status.
|
void |
setDeleted(Boolean deleted)
The domain deletion status.
|
void |
setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
|
void |
setDomainId(String domainId)
The unique identifier for the specified domain.
|
void |
setDomainName(String domainName)
The name of a domain.
|
void |
setEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
void |
setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the
EncryptionAtRestOptions . |
void |
setEndpoint(String endpoint)
The domain endpoint that you use to submit index and search requests.
|
void |
setEndpoints(Map<String,String> endpoints)
Map containing the domain endpoints used to submit index and search requests.
|
void |
setEngineVersion(String engineVersion) |
void |
setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
void |
setNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
The status of the
NodeToNodeEncryptionOptions . |
void |
setProcessing(Boolean processing)
The status of the domain configuration.
|
void |
setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
|
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
The status of the
SnapshotOptions . |
void |
setUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade.
|
void |
setVPCOptions(VPCDerivedInfo vPCOptions)
The
VPCOptions for the specified domain. |
String |
toString()
Returns a string representation of this object.
|
DomainStatus |
withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
DomainStatus |
withAdvancedOptions(Map<String,String> advancedOptions)
The status of the
AdvancedOptions . |
DomainStatus |
withAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
The current status of the domain's advanced security options.
|
DomainStatus |
withARN(String aRN)
The Amazon Resource Name (ARN) of a domain.
|
DomainStatus |
withAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
The current status of the domain's Auto-Tune options.
|
DomainStatus |
withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
DomainStatus |
withClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
|
DomainStatus |
withCognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
DomainStatus |
withCreated(Boolean created)
The domain creation status.
|
DomainStatus |
withDeleted(Boolean deleted)
The domain deletion status.
|
DomainStatus |
withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
|
DomainStatus |
withDomainId(String domainId)
The unique identifier for the specified domain.
|
DomainStatus |
withDomainName(String domainName)
The name of a domain.
|
DomainStatus |
withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
DomainStatus |
withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the
EncryptionAtRestOptions . |
DomainStatus |
withEndpoint(String endpoint)
The domain endpoint that you use to submit index and search requests.
|
DomainStatus |
withEndpoints(Map<String,String> endpoints)
Map containing the domain endpoints used to submit index and search requests.
|
DomainStatus |
withEngineVersion(String engineVersion) |
DomainStatus |
withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
DomainStatus |
withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
The status of the
NodeToNodeEncryptionOptions . |
DomainStatus |
withProcessing(Boolean processing)
The status of the domain configuration.
|
DomainStatus |
withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
|
DomainStatus |
withSnapshotOptions(SnapshotOptions snapshotOptions)
The status of the
SnapshotOptions . |
DomainStatus |
withUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade.
|
DomainStatus |
withVPCOptions(VPCDerivedInfo vPCOptions)
The
VPCOptions for the specified domain. |
public void setDomainId(String domainId)
The unique identifier for the specified domain.
domainId
- The unique identifier for the specified domain.public String getDomainId()
The unique identifier for the specified domain.
public DomainStatus withDomainId(String domainId)
The unique identifier for the specified domain.
domainId
- The unique identifier for the specified domain.public void setDomainName(String domainName)
The name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName
- The name of a domain. Domain names are unique across the domains owned by an account within an AWS region.
Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9,
and - (hyphen).public String getDomainName()
The name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
public DomainStatus withDomainName(String domainName)
The name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName
- The name of a domain. Domain names are unique across the domains owned by an account within an AWS region.
Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9,
and - (hyphen).public void setARN(String aRN)
The Amazon Resource Name (ARN) of a domain. See IAM identifiers in the AWS Identity and Access Management User Guide for more information.
aRN
- The Amazon Resource Name (ARN) of a domain. See IAM
identifiers in the AWS Identity and Access Management User Guide for more information.public String getARN()
The Amazon Resource Name (ARN) of a domain. See IAM identifiers in the AWS Identity and Access Management User Guide for more information.
public DomainStatus withARN(String aRN)
The Amazon Resource Name (ARN) of a domain. See IAM identifiers in the AWS Identity and Access Management User Guide for more information.
aRN
- The Amazon Resource Name (ARN) of a domain. See IAM
identifiers in the AWS Identity and Access Management User Guide for more information.public void setCreated(Boolean created)
The domain creation status. True
if the creation of a domain is complete. False
if
domain creation is still in progress.
created
- The domain creation status. True
if the creation of a domain is complete.
False
if domain creation is still in progress.public Boolean getCreated()
The domain creation status. True
if the creation of a domain is complete. False
if
domain creation is still in progress.
True
if the creation of a domain is complete.
False
if domain creation is still in progress.public DomainStatus withCreated(Boolean created)
The domain creation status. True
if the creation of a domain is complete. False
if
domain creation is still in progress.
created
- The domain creation status. True
if the creation of a domain is complete.
False
if domain creation is still in progress.public Boolean isCreated()
The domain creation status. True
if the creation of a domain is complete. False
if
domain creation is still in progress.
True
if the creation of a domain is complete.
False
if domain creation is still in progress.public void setDeleted(Boolean deleted)
The domain deletion status. True
if a delete request has been received for the domain but resource
cleanup is still in progress. False
if the domain has not been deleted. Once domain deletion is
complete, the status of the domain is no longer returned.
deleted
- The domain deletion status. True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once domain
deletion is complete, the status of the domain is no longer returned.public Boolean getDeleted()
The domain deletion status. True
if a delete request has been received for the domain but resource
cleanup is still in progress. False
if the domain has not been deleted. Once domain deletion is
complete, the status of the domain is no longer returned.
True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once domain
deletion is complete, the status of the domain is no longer returned.public DomainStatus withDeleted(Boolean deleted)
The domain deletion status. True
if a delete request has been received for the domain but resource
cleanup is still in progress. False
if the domain has not been deleted. Once domain deletion is
complete, the status of the domain is no longer returned.
deleted
- The domain deletion status. True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once domain
deletion is complete, the status of the domain is no longer returned.public Boolean isDeleted()
The domain deletion status. True
if a delete request has been received for the domain but resource
cleanup is still in progress. False
if the domain has not been deleted. Once domain deletion is
complete, the status of the domain is no longer returned.
True
if a delete request has been received for the domain but
resource cleanup is still in progress. False
if the domain has not been deleted. Once domain
deletion is complete, the status of the domain is no longer returned.public void setEndpoint(String endpoint)
The domain endpoint that you use to submit index and search requests.
endpoint
- The domain endpoint that you use to submit index and search requests.public String getEndpoint()
The domain endpoint that you use to submit index and search requests.
public DomainStatus withEndpoint(String endpoint)
The domain endpoint that you use to submit index and search requests.
endpoint
- The domain endpoint that you use to submit index and search requests.public Map<String,String> getEndpoints()
Map containing the domain endpoints used to submit index and search requests. Example key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public void setEndpoints(Map<String,String> endpoints)
Map containing the domain endpoints used to submit index and search requests. Example key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
endpoints
- Map containing the domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public DomainStatus withEndpoints(Map<String,String> endpoints)
Map containing the domain endpoints used to submit index and search requests. Example key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
endpoints
- Map containing the domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public DomainStatus addEndpointsEntry(String key, String value)
public DomainStatus clearEndpointsEntries()
public void setProcessing(Boolean processing)
The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.
processing
- The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.public Boolean getProcessing()
The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.
True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.public DomainStatus withProcessing(Boolean processing)
The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.
processing
- The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.public Boolean isProcessing()
The status of the domain configuration. True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.
True
if Amazon OpenSearch Service is processing
configuration changes. False
if the configuration is active.public void setUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a version
upgrade. False
if the configuration is active.
upgradeProcessing
- The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a
version upgrade. False
if the configuration is active.public Boolean getUpgradeProcessing()
The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a version
upgrade. False
if the configuration is active.
True
if Amazon OpenSearch Service is undergoing a
version upgrade. False
if the configuration is active.public DomainStatus withUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a version
upgrade. False
if the configuration is active.
upgradeProcessing
- The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a
version upgrade. False
if the configuration is active.public Boolean isUpgradeProcessing()
The status of a domain version upgrade. True
if Amazon OpenSearch Service is undergoing a version
upgrade. False
if the configuration is active.
True
if Amazon OpenSearch Service is undergoing a
version upgrade. False
if the configuration is active.public void setEngineVersion(String engineVersion)
engineVersion
- public String getEngineVersion()
public DomainStatus withEngineVersion(String engineVersion)
engineVersion
- public void setClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
clusterConfig
- The type and number of instances in the domain.public ClusterConfig getClusterConfig()
The type and number of instances in the domain.
public DomainStatus withClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
clusterConfig
- The type and number of instances in the domain.public void setEBSOptions(EBSOptions eBSOptions)
The EBSOptions
for the specified domain.
eBSOptions
- The EBSOptions
for the specified domain.public EBSOptions getEBSOptions()
The EBSOptions
for the specified domain.
EBSOptions
for the specified domain.public DomainStatus withEBSOptions(EBSOptions eBSOptions)
The EBSOptions
for the specified domain.
eBSOptions
- The EBSOptions
for the specified domain.public void setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public String getAccessPolicies()
IAM access policy as a JSON-formatted string.
public DomainStatus withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public void setSnapshotOptions(SnapshotOptions snapshotOptions)
The status of the SnapshotOptions
.
snapshotOptions
- The status of the SnapshotOptions
.public SnapshotOptions getSnapshotOptions()
The status of the SnapshotOptions
.
SnapshotOptions
.public DomainStatus withSnapshotOptions(SnapshotOptions snapshotOptions)
The status of the SnapshotOptions
.
snapshotOptions
- The status of the SnapshotOptions
.public void setVPCOptions(VPCDerivedInfo vPCOptions)
The VPCOptions
for the specified domain. For more information, see Launching
your Amazon OpenSearch Service domains using a VPC.
vPCOptions
- The VPCOptions
for the specified domain. For more information, see
Launching your Amazon OpenSearch Service domains using a VPC.public VPCDerivedInfo getVPCOptions()
The VPCOptions
for the specified domain. For more information, see Launching
your Amazon OpenSearch Service domains using a VPC.
VPCOptions
for the specified domain. For more information, see
Launching your Amazon OpenSearch Service domains using a VPC.public DomainStatus withVPCOptions(VPCDerivedInfo vPCOptions)
The VPCOptions
for the specified domain. For more information, see Launching
your Amazon OpenSearch Service domains using a VPC.
vPCOptions
- The VPCOptions
for the specified domain. For more information, see
Launching your Amazon OpenSearch Service domains using a VPC.public void setCognitoOptions(CognitoOptions cognitoOptions)
The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.
cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.public CognitoOptions getCognitoOptions()
The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.
CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.public DomainStatus withCognitoOptions(CognitoOptions cognitoOptions)
The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.
cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.public void setEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the EncryptionAtRestOptions
.
encryptionAtRestOptions
- The status of the EncryptionAtRestOptions
.public EncryptionAtRestOptions getEncryptionAtRestOptions()
The status of the EncryptionAtRestOptions
.
EncryptionAtRestOptions
.public DomainStatus withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the EncryptionAtRestOptions
.
encryptionAtRestOptions
- The status of the EncryptionAtRestOptions
.public void setNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
The status of the NodeToNodeEncryptionOptions
.
nodeToNodeEncryptionOptions
- The status of the NodeToNodeEncryptionOptions
.public NodeToNodeEncryptionOptions getNodeToNodeEncryptionOptions()
The status of the NodeToNodeEncryptionOptions
.
NodeToNodeEncryptionOptions
.public DomainStatus withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
The status of the NodeToNodeEncryptionOptions
.
nodeToNodeEncryptionOptions
- The status of the NodeToNodeEncryptionOptions
.public Map<String,String> getAdvancedOptions()
The status of the AdvancedOptions
.
AdvancedOptions
.public void setAdvancedOptions(Map<String,String> advancedOptions)
The status of the AdvancedOptions
.
advancedOptions
- The status of the AdvancedOptions
.public DomainStatus withAdvancedOptions(Map<String,String> advancedOptions)
The status of the AdvancedOptions
.
advancedOptions
- The status of the AdvancedOptions
.public DomainStatus addAdvancedOptionsEntry(String key, String value)
public DomainStatus clearAdvancedOptionsEntries()
public Map<String,LogPublishingOption> getLogPublishingOptions()
Log publishing options for the given domain.
public void setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions
- Log publishing options for the given domain.public DomainStatus withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions
- Log publishing options for the given domain.public DomainStatus addLogPublishingOptionsEntry(String key, LogPublishingOption value)
public DomainStatus clearLogPublishingOptionsEntries()
public void setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
serviceSoftwareOptions
- The current status of the domain's service software.public ServiceSoftwareOptions getServiceSoftwareOptions()
The current status of the domain's service software.
public DomainStatus withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
serviceSoftwareOptions
- The current status of the domain's service software.public void setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
domainEndpointOptions
- The current status of the domain's endpoint options.public DomainEndpointOptions getDomainEndpointOptions()
The current status of the domain's endpoint options.
public DomainStatus withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
domainEndpointOptions
- The current status of the domain's endpoint options.public void setAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
The current status of the domain's advanced security options.
advancedSecurityOptions
- The current status of the domain's advanced security options.public AdvancedSecurityOptions getAdvancedSecurityOptions()
The current status of the domain's advanced security options.
public DomainStatus withAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
The current status of the domain's advanced security options.
advancedSecurityOptions
- The current status of the domain's advanced security options.public void setAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
The current status of the domain's Auto-Tune options.
autoTuneOptions
- The current status of the domain's Auto-Tune options.public AutoTuneOptionsOutput getAutoTuneOptions()
The current status of the domain's Auto-Tune options.
public DomainStatus withAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
The current status of the domain's Auto-Tune options.
autoTuneOptions
- The current status of the domain's Auto-Tune options.public void setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
changeProgressDetails
- Specifies change details of the domain configuration change.public ChangeProgressDetails getChangeProgressDetails()
Specifies change details of the domain configuration change.
public DomainStatus withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
changeProgressDetails
- Specifies change details of the domain configuration change.public String toString()
toString
in class Object
Object.toString()
public DomainStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.