Interface ListFoundationModelsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockRequest.Builder
,Buildable
,CopyableBuilder<ListFoundationModelsRequest.Builder,
,ListFoundationModelsRequest> SdkBuilder<ListFoundationModelsRequest.Builder,
,ListFoundationModelsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListFoundationModelsRequest
public static interface ListFoundationModelsRequest.Builder
extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListFoundationModelsRequest.Builder,ListFoundationModelsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbyCustomizationType
(String byCustomizationType) List by customization type.byCustomizationType
(ModelCustomization byCustomizationType) List by customization type.byInferenceType
(String byInferenceType) List by inference type.byInferenceType
(InferenceType byInferenceType) List by inference type.byOutputModality
(String byOutputModality) List by output modality type.byOutputModality
(ModelModality byOutputModality) List by output modality type.byProvider
(String byProvider) A Bedrock model provider.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
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, sdkFields
-
Method Details
-
byProvider
A Bedrock model provider.
- Parameters:
byProvider
- A Bedrock model provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
byCustomizationType
List by customization type.
- Parameters:
byCustomizationType
- List by customization type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
byCustomizationType
List by customization type.
- Parameters:
byCustomizationType
- List by customization type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
byOutputModality
List by output modality type.
- Parameters:
byOutputModality
- List by output modality type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
byOutputModality
List by output modality type.
- Parameters:
byOutputModality
- List by output modality type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
byInferenceType
List by inference type.
- Parameters:
byInferenceType
- List by inference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
byInferenceType
List by inference type.
- Parameters:
byInferenceType
- List by inference type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-