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