Uses of Interface
software.amazon.awssdk.services.s3tables.model.ListNamespacesRequest.Builder
-
Packages that use ListNamespacesRequest.Builder Package Description software.amazon.awssdk.services.s3tables An Amazon S3 table represents a structured dataset consisting of tabular data in Apache Parquet format and related metadata.software.amazon.awssdk.services.s3tables.model -
-
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.s3tables
-
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return ListNamespacesRequest.Builder Modifier and Type Method Description static ListNamespacesRequest.BuilderListNamespacesRequest. builder()ListNamespacesRequest.BuilderListNamespacesRequest.Builder. continuationToken(String continuationToken)ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. maxNamespaces(Integer maxNamespaces)The maximum number of namespaces to return in the list.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNamespacesRequest.BuilderListNamespacesRequest.Builder. prefix(String prefix)The prefix of the namespaces.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. tableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket.ListNamespacesRequest.BuilderListNamespacesRequest. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type ListNamespacesRequest.Builder Modifier and Type Method Description static Class<? extends ListNamespacesRequest.Builder>ListNamespacesRequest. serializableBuilderClass()
-