public static interface InventoryDestination.Builder extends CopyableBuilder<InventoryDestination.Builder,InventoryDestination>
| Modifier and Type | Method and Description |
|---|---|
default InventoryDestination.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.
|
copyapply, buildInventoryDestination.Builder s3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
s3BucketDestination - Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory
results are published.default InventoryDestination.Builder s3BucketDestination(Consumer<InventoryS3BucketDestination.Builder> s3BucketDestination)
InventoryS3BucketDestination.Builder avoiding the need to create one manually via
InventoryS3BucketDestination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3BucketDestination(InventoryS3BucketDestination).s3BucketDestination - a consumer that will call methods on InventoryS3BucketDestination.Builders3BucketDestination(InventoryS3BucketDestination)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.