public static interface DescribeServiceAccessPoliciesResponse.Builder extends CloudSearchResponse.Builder, CopyableBuilder<DescribeServiceAccessPoliciesResponse.Builder,DescribeServiceAccessPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceAccessPoliciesResponse.Builder |
accessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
|
default DescribeServiceAccessPoliciesResponse.Builder |
accessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)
The access rules configured for the domain specified in the request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeServiceAccessPoliciesResponse.Builder accessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
accessPolicies - The access rules configured for the domain specified in the request.default DescribeServiceAccessPoliciesResponse.Builder accessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)
The access rules configured for the domain specified in the request.
This is a convenience that creates an instance of theAccessPoliciesStatus.Builder avoiding the need
to create one manually via AccessPoliciesStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to accessPolicies(AccessPoliciesStatus).accessPolicies - a consumer that will call methods on AccessPoliciesStatus.BuilderaccessPolicies(AccessPoliciesStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.