public class InventoryS3BucketDestination extends Object implements Serializable
| Constructor and Description |
|---|
InventoryS3BucketDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getBucketArn() |
String |
getFormat() |
String |
getPrefix() |
void |
setAccountId(String accountId) |
void |
setBucketArn(String bucketArn) |
void |
setFormat(InventoryFormat format) |
void |
setFormat(String format) |
void |
setPrefix(String prefix) |
InventoryS3BucketDestination |
withAccountId(String accountId) |
InventoryS3BucketDestination |
withBucketArn(String bucketArn) |
InventoryS3BucketDestination |
withFormat(InventoryFormat format) |
InventoryS3BucketDestination |
withFormat(String format) |
InventoryS3BucketDestination |
withPrefix(String prefix) |
public String getAccountId()
public void setAccountId(String accountId)
accountId - the account ID that owns the destination bucket.public InventoryS3BucketDestination withAccountId(String accountId)
accountId - the account ID that owns the destination bucketInventoryS3BucketDestination object
for method chaining.public String getBucketArn()
public void setBucketArn(String bucketArn)
bucketArn - the Amazon resource name (ARN) of the bucket where inventory results will be published.public InventoryS3BucketDestination withBucketArn(String bucketArn)
bucketArn - the Amazon resource name (ARN) of the bucket where inventory results will be published.InventoryS3BucketDestination object is returned for method chaining.public String getFormat()
public void setFormat(String format)
format - the output format of the inventory results.public void setFormat(InventoryFormat format)
format - the output format of the inventory results.public InventoryS3BucketDestination withFormat(String format)
format - the output format of the inventory resultsInventoryS3BucketDestination object
for method chaining.public InventoryS3BucketDestination withFormat(InventoryFormat format)
format - the output format of the inventory resultsInventoryS3BucketDestination object
for method chaining.public String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix that is prepended to all inventory results.public InventoryS3BucketDestination withPrefix(String prefix)
prefix - the prefix that is prepended to all inventory resultsInventoryS3BucketDestination object
for method chaining.Copyright © 2020. All rights reserved.