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