Interface GetGuardrailRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<GetGuardrailRequest.Builder,GetGuardrailRequest>,SdkBuilder<GetGuardrailRequest.Builder,GetGuardrailRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGuardrailRequest
@Mutable @NotThreadSafe public static interface GetGuardrailRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<GetGuardrailRequest.Builder,GetGuardrailRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGuardrailRequest.BuilderguardrailIdentifier(String guardrailIdentifier)The unique identifier of the guardrail for which to get details.GetGuardrailRequest.BuilderguardrailVersion(String guardrailVersion)The version of the guardrail for which to get details.GetGuardrailRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGuardrailRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
guardrailIdentifier
GetGuardrailRequest.Builder guardrailIdentifier(String guardrailIdentifier)
The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
- Parameters:
guardrailIdentifier- The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailVersion
GetGuardrailRequest.Builder guardrailVersion(String guardrailVersion)
The version of the guardrail for which to get details. If you don't specify a version, the response returns details for the
DRAFTversion.- Parameters:
guardrailVersion- The version of the guardrail for which to get details. If you don't specify a version, the response returns details for theDRAFTversion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGuardrailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGuardrailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-