Uses of Interface
software.amazon.awssdk.services.s3.model.DestinationResult.Builder
-
Packages that use DestinationResult.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of DestinationResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DestinationResult.Builder Modifier and Type Method Description static DestinationResult.BuilderDestinationResult. builder()DestinationResult.BuilderDestinationResult.Builder. tableBucketArn(String tableBucketArn)The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.DestinationResult.BuilderDestinationResult.Builder. tableBucketType(String tableBucketType)The type of the table bucket where the metadata configuration is stored.DestinationResult.BuilderDestinationResult.Builder. tableBucketType(S3TablesBucketType tableBucketType)The type of the table bucket where the metadata configuration is stored.DestinationResult.BuilderDestinationResult.Builder. tableNamespace(String tableNamespace)The namespace in the table bucket where the metadata tables for a metadata configuration are stored.DestinationResult.BuilderDestinationResult. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DestinationResult.Builder Modifier and Type Method Description static Class<? extends DestinationResult.Builder>DestinationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type DestinationResult.Builder Modifier and Type Method Description default MetadataConfigurationResult.BuilderMetadataConfigurationResult.Builder. destinationResult(Consumer<DestinationResult.Builder> destinationResult)The destination settings for a metadata configuration.
-