InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.accountId(String accountId) |
The account ID that owns the destination S3 bucket.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.bucket(String bucket) |
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
|
static InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.builder() |
|
default InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.encryption(Consumer<InventoryEncryption.Builder> encryption) |
Contains the type of server-side encryption used to encrypt the inventory results.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.encryption(InventoryEncryption encryption) |
Contains the type of server-side encryption used to encrypt the inventory results.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.format(String format) |
Specifies the output format of the inventory results.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.format(InventoryFormat format) |
Specifies the output format of the inventory results.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.Builder.prefix(String prefix) |
The prefix that is prepended to all inventory results.
|
InventoryS3BucketDestination.Builder |
InventoryS3BucketDestination.toBuilder() |
|