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
-
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 Detail
-
byProvider
ListFoundationModelsRequest.Builder byProvider(String byProvider)
A Amazon Bedrock model provider.
- Parameters:
byProvider- A Amazon Bedrock model provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
byCustomizationType
ListFoundationModelsRequest.Builder byCustomizationType(String 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:
ModelCustomization,ModelCustomization
-
byCustomizationType
ListFoundationModelsRequest.Builder byCustomizationType(ModelCustomization 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:
ModelCustomization,ModelCustomization
-
byOutputModality
ListFoundationModelsRequest.Builder byOutputModality(String 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:
ModelModality,ModelModality
-
byOutputModality
ListFoundationModelsRequest.Builder byOutputModality(ModelModality 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:
ModelModality,ModelModality
-
byInferenceType
ListFoundationModelsRequest.Builder byInferenceType(String 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:
InferenceType,InferenceType
-
byInferenceType
ListFoundationModelsRequest.Builder byInferenceType(InferenceType 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:
InferenceType,InferenceType
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFoundationModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-