CopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
, SdkBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
public static interface InventoryS3BucketDestination.Builder extends CopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
Modifier and Type | Method | Description |
---|---|---|
InventoryS3BucketDestination.Builder |
accountId(String accountId) |
The ID of the account that owns the destination bucket.
|
InventoryS3BucketDestination.Builder |
bucket(String bucket) |
The Amazon resource name (ARN) of the bucket where inventory results will be published.
|
InventoryS3BucketDestination.Builder |
format(String format) |
Specifies the output format of the inventory results.
|
InventoryS3BucketDestination.Builder |
format(InventoryFormat format) |
Specifies the output format of the inventory results.
|
InventoryS3BucketDestination.Builder |
prefix(String prefix) |
The prefix that is prepended to all inventory results.
|
copy
apply, build
InventoryS3BucketDestination.Builder accountId(String accountId)
accountId
- The ID of the account that owns the destination bucket.InventoryS3BucketDestination.Builder bucket(String bucket)
bucket
- The Amazon resource name (ARN) of the bucket where inventory results will be published.InventoryS3BucketDestination.Builder format(String format)
format
- Specifies the output format of the inventory results.InventoryFormat
InventoryS3BucketDestination.Builder format(InventoryFormat format)
format
- Specifies the output format of the inventory results.InventoryFormat
InventoryS3BucketDestination.Builder prefix(String prefix)
prefix
- The prefix that is prepended to all inventory results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.