public static interface UpdateSecurityPolicyRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateSecurityPolicyRequest.Builder,UpdateSecurityPolicyRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSecurityPolicyRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.UpdateSecurityPolicyRequest.Builder description(String description)
A description of the policy. Typically used to store information about the permissions defined in the policy.
description - A description of the policy. Typically used to store information about the permissions defined in the
policy.UpdateSecurityPolicyRequest.Builder name(String name)
The name of the policy.
name - The name of the policy.UpdateSecurityPolicyRequest.Builder policy(String policy)
The JSON policy document to use as the content for the new policy.
policy - The JSON policy document to use as the content for the new policy.UpdateSecurityPolicyRequest.Builder policyVersion(String policyVersion)
The version of the policy being updated.
policyVersion - The version of the policy being updated.UpdateSecurityPolicyRequest.Builder type(String type)
The type of access policy.
type - The type of access policy.SecurityPolicyType,
SecurityPolicyTypeUpdateSecurityPolicyRequest.Builder type(SecurityPolicyType type)
The type of access policy.
type - The type of access policy.SecurityPolicyType,
SecurityPolicyTypeUpdateSecurityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSecurityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.