Interface UpdateAccessPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccessPolicyRequest.Builder,UpdateAccessPolicyRequest>,OpenSearchServerlessRequest.Builder,SdkBuilder<UpdateAccessPolicyRequest.Builder,UpdateAccessPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAccessPolicyRequest
public static interface UpdateAccessPolicyRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccessPolicyRequest.Builder,UpdateAccessPolicyRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateAccessPolicyRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAccessPolicyRequest.Builder description(String description)
A description of the policy. Typically used to store information about the permissions defined in the policy.
- Parameters:
description- A description of the policy. Typically used to store information about the permissions defined in the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAccessPolicyRequest.Builder name(String name)
The name of the policy.
- Parameters:
name- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
UpdateAccessPolicyRequest.Builder policy(String policy)
The JSON policy document to use as the content for the policy.
- Parameters:
policy- The JSON policy document to use as the content for the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyVersion
UpdateAccessPolicyRequest.Builder policyVersion(String policyVersion)
The version of the policy being updated.
- Parameters:
policyVersion- The version of the policy being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
UpdateAccessPolicyRequest.Builder type(String type)
The type of policy.
- Parameters:
type- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
type
UpdateAccessPolicyRequest.Builder type(AccessPolicyType type)
The type of policy.
- Parameters:
type- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
overrideConfiguration
UpdateAccessPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAccessPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-