Uses of Interface
software.amazon.awssdk.services.s3.model.S3TablesDestinationResult.Builder
Packages that use S3TablesDestinationResult.Builder
-
Uses of S3TablesDestinationResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3TablesDestinationResult.BuilderModifier and TypeMethodDescriptionS3TablesDestinationResult.builder()The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.S3TablesDestinationResult.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.S3TablesDestinationResult.Builder.tableNamespace(String tableNamespace) The table bucket namespace for the metadata table in your metadata table configuration.S3TablesDestinationResult.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3TablesDestinationResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3TablesDestinationResult.Builder>S3TablesDestinationResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3TablesDestinationResult.BuilderModifier and TypeMethodDescriptionMetadataTableConfigurationResult.Builder.s3TablesDestinationResult(Consumer<S3TablesDestinationResult.Builder> s3TablesDestinationResult) The destination information for the metadata table configuration.