Interface ListGuardrailsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<ListGuardrailsRequest.Builder,ListGuardrailsRequest>,SdkBuilder<ListGuardrailsRequest.Builder,ListGuardrailsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGuardrailsRequest
@Mutable @NotThreadSafe public static interface ListGuardrailsRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListGuardrailsRequest.Builder,ListGuardrailsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGuardrailsRequest.BuilderguardrailIdentifier(String guardrailIdentifier)The unique identifier of the guardrail.ListGuardrailsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListGuardrailsRequest.BuildernextToken(String nextToken)If there are more results than were returned in the response, the response returns anextTokenthat you can send in anotherListGuardrailsrequest to see the next batch of results.ListGuardrailsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGuardrailsRequest.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
ListGuardrailsRequest.Builder guardrailIdentifier(String 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.
-
maxResults
ListGuardrailsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGuardrailsRequest.Builder nextToken(String nextToken)
If there are more results than were returned in the response, the response returns a
nextTokenthat you can send in anotherListGuardrailsrequest to see the next batch of results.- Parameters:
nextToken- If there are more results than were returned in the response, the response returns anextTokenthat you can send in anotherListGuardrailsrequest to see the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGuardrailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGuardrailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-