public static interface AccessPoliciesStatus.Builder extends CopyableBuilder<AccessPoliciesStatus.Builder,AccessPoliciesStatus>
| Modifier and Type | Method and Description |
|---|---|
AccessPoliciesStatus.Builder |
options(String options)
The access policy configured for the Elasticsearch domain.
|
default AccessPoliciesStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the access policy 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.default AccessPoliciesStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the access policy for the Elasticsearch domain. See OptionStatus for the status
information that's included.
OptionStatus.Builder avoiding the need to
create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.