Interface ListPromptRoutersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<ListPromptRoutersRequest.Builder,,ListPromptRoutersRequest> SdkBuilder<ListPromptRoutersRequest.Builder,,ListPromptRoutersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListPromptRoutersRequest
@Mutable
@NotThreadSafe
public static interface ListPromptRoutersRequest.Builder
extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListPromptRoutersRequest.Builder,ListPromptRoutersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of prompt routers to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of the prompt routers, such as whether it's default or custom.type(PromptRouterType type) The type of the prompt routers, such as whether it's default or custom.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
-
maxResults
The maximum number of prompt routers to return in one page of results.
- Parameters:
maxResults- The maximum number of prompt routers to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the prompt routers, such as whether it's default or custom.
- Parameters:
type- The type of the prompt routers, such as whether it's default or custom.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the prompt routers, such as whether it's default or custom.
- Parameters:
type- The type of the prompt routers, such as whether it's default or custom.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListPromptRoutersRequest.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
ListPromptRoutersRequest.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.
-