CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>, SdkBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>public static interface AccessPoliciesStatus.Builder extends CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>
| Modifier and Type | Method | Description |
|---|---|---|
AccessPoliciesStatus.Builder |
options(String options) |
The access policy configured for the Elasticsearch domain.
|
AccessPoliciesStatus.Builder |
status(OptionStatus status) |
The status of the access policy for the Elasticsearch domain.
|
copyapply, buildAccessPoliciesStatus.Builder options(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.AccessPoliciesStatus.Builder status(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.