Interface CreateGuardrailVersionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<CreateGuardrailVersionRequest.Builder,,CreateGuardrailVersionRequest> SdkBuilder<CreateGuardrailVersionRequest.Builder,,CreateGuardrailVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateGuardrailVersionRequest
public static interface CreateGuardrailVersionRequest.Builder
extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<CreateGuardrailVersionRequest.Builder,CreateGuardrailVersionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) A unique, case-sensitive identifier to ensure that the API request completes no more than once.description(String description) A description of the guardrail version.guardrailIdentifier(String guardrailIdentifier) The unique identifier of the guardrail.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
guardrailIdentifier
The unique identifier of the guardrail. This can be an ID or the ARN.
- Parameters:
 guardrailIdentifier- The unique identifier of the guardrail. This can be an ID or the ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A description of the guardrail version.
- Parameters:
 description- A description of the guardrail version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientRequestToken
A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.
- Parameters:
 clientRequestToken- A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateGuardrailVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateGuardrailVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -