Interface ListNamespacesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>,S3TablesRequest.Builder,SdkBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNamespacesRequest
public static interface ListNamespacesRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNamespacesRequest.BuildercontinuationToken(String continuationToken)ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ListNamespacesRequest.BuildermaxNamespaces(Integer maxNamespaces)The maximum number of namespaces to return in the list.ListNamespacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamespacesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNamespacesRequest.Builderprefix(String prefix)The prefix of the namespaces.ListNamespacesRequest.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket.-
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.s3tables.model.S3TablesRequest.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 Detail
-
tableBucketARN
ListNamespacesRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ListNamespacesRequest.Builder prefix(String prefix)
The prefix of the namespaces.
- Parameters:
prefix- The prefix of the namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuationToken
ListNamespacesRequest.Builder continuationToken(String continuationToken)
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- Parameters:
continuationToken-ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxNamespaces
ListNamespacesRequest.Builder maxNamespaces(Integer maxNamespaces)
The maximum number of namespaces to return in the list.
- Parameters:
maxNamespaces- The maximum number of namespaces to return in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-