Uses of Interface
software.amazon.awssdk.services.s3.model.InventoryS3BucketDestination.Builder
Packages that use InventoryS3BucketDestination.Builder
-
Uses of InventoryS3BucketDestination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return InventoryS3BucketDestination.BuilderModifier and TypeMethodDescriptionThe account ID that owns the destination S3 bucket.The Amazon Resource Name (ARN) of the bucket where inventory results will be published.InventoryS3BucketDestination.builder()InventoryS3BucketDestination.Builder.encryption(Consumer<InventoryEncryption.Builder> encryption) Contains the type of server-side encryption used to encrypt the inventory results.InventoryS3BucketDestination.Builder.encryption(InventoryEncryption encryption) Contains the type of server-side encryption used to encrypt the inventory results.Specifies the output format of the inventory results.InventoryS3BucketDestination.Builder.format(InventoryFormat format) Specifies the output format of the inventory results.The prefix that is prepended to all inventory results.InventoryS3BucketDestination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type InventoryS3BucketDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryS3BucketDestination.Builder>InventoryS3BucketDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type InventoryS3BucketDestination.BuilderModifier and TypeMethodDescriptiondefault 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.