Interface ListMarketplaceModelEndpointsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockRequest.Builder
,Buildable
,CopyableBuilder<ListMarketplaceModelEndpointsRequest.Builder,
,ListMarketplaceModelEndpointsRequest> SdkBuilder<ListMarketplaceModelEndpointsRequest.Builder,
,ListMarketplaceModelEndpointsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListMarketplaceModelEndpointsRequest
@Mutable
@NotThreadSafe
public static interface ListMarketplaceModelEndpointsRequest.Builder
extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListMarketplaceModelEndpointsRequest.Builder,ListMarketplaceModelEndpointsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return in a single call.modelSourceEquals
(String modelSourceEquals) If specified, only endpoints for the given model source identifier are returned.The token for the next set of results.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, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of results to return in a single call. If more results are available, the operation returns a
NextToken
value.- Parameters:
maxResults
- The maximum number of results to return in a single call. If more results are available, the operation returns aNextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results. You receive this token from a previous
ListMarketplaceModelEndpoints
call.- Parameters:
nextToken
- The token for the next set of results. You receive this token from a previousListMarketplaceModelEndpoints
call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelSourceEquals
If specified, only endpoints for the given model source identifier are returned.
- Parameters:
modelSourceEquals
- If specified, only endpoints for the given model source identifier are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMarketplaceModelEndpointsRequest.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
ListMarketplaceModelEndpointsRequest.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.
-