Uses of Interface
software.amazon.awssdk.services.s3.model.S3TablesDestination.Builder
Packages that use S3TablesDestination.Builder
-
Uses of S3TablesDestination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3TablesDestination.BuilderModifier and TypeMethodDescriptionstatic S3TablesDestination.BuilderS3TablesDestination.builder()S3TablesDestination.Builder.tableBucketArn(String tableBucketArn) The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.The name for the metadata table in your metadata table configuration.S3TablesDestination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3TablesDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3TablesDestination.Builder>S3TablesDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3TablesDestination.BuilderModifier and TypeMethodDescriptionMetadataTableConfiguration.Builder.s3TablesDestination(Consumer<S3TablesDestination.Builder> s3TablesDestination) The destination information for the metadata table configuration.