public class InventoryDestination
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InventoryDestination() |
Modifier and Type | Method and Description |
---|---|
InventoryS3BucketDestination |
getS3BucketDestination() |
void |
setS3BucketDestination(InventoryS3BucketDestination s3BucketDestination) |
InventoryDestination |
withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination) |
public InventoryS3BucketDestination getS3BucketDestination()
InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.public void setS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
s3BucketDestination
- the InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.public InventoryDestination withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
s3BucketDestination
- the InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.InventoryDestination
object is returned for method chaining.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.