Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryDestination.Builder
Packages that use InventoryDestination.Builder
-
Uses of InventoryDestination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryDestination.BuilderModifier and TypeMethodDescriptionstatic InventoryDestination.BuilderInventoryDestination.builder()default InventoryDestination.BuilderInventoryDestination.Builder.s3BucketDestination(Consumer<InventoryS3BucketDestination.Builder> s3BucketDestination) Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.InventoryDestination.Builder.s3BucketDestination(InventoryS3BucketDestination s3BucketDestination) Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.InventoryDestination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryDestination.Builder>InventoryDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryDestination.BuilderModifier and TypeMethodDescriptiondefault InventoryConfiguration.BuilderInventoryConfiguration.Builder.destination(Consumer<InventoryDestination.Builder> destination) Contains information about where to publish the inventory results.