Interface ListVectorBucketsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListVectorBucketsRequest.Builder,
,ListVectorBucketsRequest> S3VectorsRequest.Builder
,SdkBuilder<ListVectorBucketsRequest.Builder,
,ListVectorBucketsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListVectorBucketsRequest
@Mutable
@NotThreadSafe
public static interface ListVectorBucketsRequest.Builder
extends S3VectorsRequest.Builder, SdkPojo, CopyableBuilder<ListVectorBucketsRequest.Builder,ListVectorBucketsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of vector buckets to be returned in the response.The previous pagination token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Limits the response to vector buckets that begin with the specified prefix.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3vectors.model.S3VectorsRequest.Builder
build
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 vector buckets to be returned in the response.
- Parameters:
maxResults
- The maximum number of vector buckets to be returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The previous pagination token.
- Parameters:
nextToken
- The previous pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
Limits the response to vector buckets that begin with the specified prefix.
- Parameters:
prefix
- Limits the response to vector buckets that begin with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVectorBucketsRequest.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
ListVectorBucketsRequest.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.
-