public class AccessPoliciesStatus extends Object implements Serializable, Cloneable
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
Constructor and Description |
---|
AccessPoliciesStatus() |
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
clone() |
boolean |
equals(Object obj) |
String |
getOptions()
The access policy configured for the Elasticsearch domain.
|
OptionStatus |
getStatus()
The status of the access policy for the Elasticsearch domain.
|
int |
hashCode() |
void |
setOptions(String options)
The access policy configured for the Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccessPoliciesStatus |
withOptions(String options)
The access policy configured for the Elasticsearch domain.
|
AccessPoliciesStatus |
withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
public void setOptions(String options)
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
options
- The access policy configured for the Elasticsearch domain. Access
policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more
information.public String getOptions()
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
public AccessPoliciesStatus withOptions(String options)
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
options
- The access policy configured for the Elasticsearch domain. Access
policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more
information.public void setStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
status
- The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's
included.public OptionStatus getStatus()
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
OptionStatus
for the status information that's
included.public AccessPoliciesStatus withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
status
- The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's
included.public String toString()
toString
in class Object
Object.toString()
public AccessPoliciesStatus clone()
Copyright © 2017. All rights reserved.