public static interface UpdateServiceAccessPoliciesResponse.Builder extends CloudSearchResponse.Builder, CopyableBuilder<UpdateServiceAccessPoliciesResponse.Builder,UpdateServiceAccessPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceAccessPoliciesResponse.Builder |
accessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
default UpdateServiceAccessPoliciesResponse.Builder |
accessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)
The access rules configured for the domain.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateServiceAccessPoliciesResponse.Builder accessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
accessPolicies - The access rules configured for the domain.default UpdateServiceAccessPoliciesResponse.Builder accessPolicies(Consumer<AccessPoliciesStatus.Builder> accessPolicies)
The access rules configured for the domain.
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.