public class InventoryDestination extends Object implements Serializable
| 构造器和说明 |
|---|
InventoryDestination() |
| 限定符和类型 | 方法和说明 |
|---|---|
InventoryCosBucketDestination |
getCosBucketDestination()
Returns the
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published. |
void |
setCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published. |
InventoryDestination |
withCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published. |
public InventoryCosBucketDestination getCosBucketDestination()
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published.public void setCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published.public InventoryDestination withCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
InventoryCosBucketDestination which contains S3 bucket destination information
of where inventory results are published.
This InventoryDestination object is returned for method chaining.Copyright © 2020. All rights reserved.