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