public static interface DescribeServiceAccessPoliciesResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2022. All rights reserved.