public static interface GetAccessPolicyRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetAccessPolicyRequest.Builder,GetAccessPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAccessPolicyRequest.Builder |
name(String name)
The name of the access policy.
|
GetAccessPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAccessPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAccessPolicyRequest.Builder |
type(AccessPolicyType type)
Tye type of policy.
|
GetAccessPolicyRequest.Builder |
type(String type)
Tye type of policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccessPolicyRequest.Builder name(String name)
The name of the access policy.
name - The name of the access policy.GetAccessPolicyRequest.Builder type(String type)
Tye type of policy. Currently the only supported value is data.
type - Tye type of policy. Currently the only supported value is data.AccessPolicyType,
AccessPolicyTypeGetAccessPolicyRequest.Builder type(AccessPolicyType type)
Tye type of policy. Currently the only supported value is data.
type - Tye type of policy. Currently the only supported value is data.AccessPolicyType,
AccessPolicyTypeGetAccessPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAccessPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.