public class InventoryDestination extends Object implements Serializable
Constructor and Description |
---|
InventoryDestination() |
Modifier and Type | Method and Description |
---|---|
InventoryS3BucketDestination |
getS3BucketDestination()
Returns the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
void |
setS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
Sets the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
InventoryDestination |
withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
Sets the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
public InventoryS3BucketDestination getS3BucketDestination()
InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.public void setS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.public InventoryDestination withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
InventoryS3BucketDestination
which contains S3 bucket destination information
of where inventory results are published.
This InventoryDestination
object is returned for method chaining.Copyright © 2019. All rights reserved.