public static interface ListAccessPoliciesRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListAccessPoliciesRequest.Builder,ListAccessPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPoliciesRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListAccessPoliciesRequest.Builder |
nextToken(String nextToken)
If your initial
ListAccessPolicies operation returns a nextToken, you can include
the returned nextToken in subsequent ListAccessPolicies operations, which returns
results in the next page. |
ListAccessPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccessPoliciesRequest.Builder |
resource(Collection<String> resource)
Resource filters (can be collections or indexes) that policies can apply to.
|
ListAccessPoliciesRequest.Builder |
resource(String... resource)
Resource filters (can be collections or indexes) that policies can apply to.
|
ListAccessPoliciesRequest.Builder |
type(AccessPolicyType type)
The type of access policy.
|
ListAccessPoliciesRequest.Builder |
type(String type)
The type of access policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPoliciesRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.ListAccessPoliciesRequest.Builder nextToken(String nextToken)
If your initial ListAccessPolicies operation returns a nextToken, you can include
the returned nextToken in subsequent ListAccessPolicies operations, which returns
results in the next page.
nextToken - If your initial ListAccessPolicies operation returns a nextToken, you can
include the returned nextToken in subsequent ListAccessPolicies operations,
which returns results in the next page.ListAccessPoliciesRequest.Builder resource(Collection<String> resource)
Resource filters (can be collections or indexes) that policies can apply to.
resource - Resource filters (can be collections or indexes) that policies can apply to.ListAccessPoliciesRequest.Builder resource(String... resource)
Resource filters (can be collections or indexes) that policies can apply to.
resource - Resource filters (can be collections or indexes) that policies can apply to.ListAccessPoliciesRequest.Builder type(String type)
The type of access policy.
type - The type of access policy.AccessPolicyType,
AccessPolicyTypeListAccessPoliciesRequest.Builder type(AccessPolicyType type)
The type of access policy.
type - The type of access policy.AccessPolicyType,
AccessPolicyTypeListAccessPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccessPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.