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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMarketplaceModelEndpointsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListMarketplaceModelEndpointsRequest.BuildermodelSourceEquals(String modelSourceEquals)If specified, only endpoints for the given model source identifier are returned.ListMarketplaceModelEndpointsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListMarketplaceModelEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMarketplaceModelEndpointsRequest.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
-
maxResults
ListMarketplaceModelEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. If more results are available, the operation returns a
NextTokenvalue.- Parameters:
maxResults- The maximum number of results to return in a single call. If more results are available, the operation returns aNextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMarketplaceModelEndpointsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous
ListMarketplaceModelEndpointscall.- Parameters:
nextToken- The token for the next set of results. You receive this token from a previousListMarketplaceModelEndpointscall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelSourceEquals
ListMarketplaceModelEndpointsRequest.Builder modelSourceEquals(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMarketplaceModelEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-