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