public class InventoryS3BucketDestination
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InventoryS3BucketDestination() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId() |
java.lang.String |
getBucketArn() |
java.lang.String |
getFormat() |
java.lang.String |
getPrefix() |
void |
setAccountId(java.lang.String accountId) |
void |
setBucketArn(java.lang.String bucketArn) |
void |
setFormat(InventoryFormat format) |
void |
setFormat(java.lang.String format) |
void |
setPrefix(java.lang.String prefix) |
InventoryS3BucketDestination |
withAccountId(java.lang.String accountId) |
InventoryS3BucketDestination |
withBucketArn(java.lang.String bucketArn) |
InventoryS3BucketDestination |
withFormat(InventoryFormat format) |
InventoryS3BucketDestination |
withFormat(java.lang.String format) |
InventoryS3BucketDestination |
withPrefix(java.lang.String prefix) |
public java.lang.String getAccountId()
public void setAccountId(java.lang.String accountId)
accountId
- the account ID that owns the destination bucket.public InventoryS3BucketDestination withAccountId(java.lang.String accountId)
accountId
- the account ID that owns the destination bucketInventoryS3BucketDestination
object
for method chaining.public java.lang.String getBucketArn()
public void setBucketArn(java.lang.String bucketArn)
bucketArn
- the Amazon resource name (ARN) of the bucket where inventory results will be published.public InventoryS3BucketDestination withBucketArn(java.lang.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 java.lang.String getFormat()
public void setFormat(java.lang.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(java.lang.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 java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the prefix that is prepended to all inventory results.public InventoryS3BucketDestination withPrefix(java.lang.String prefix)
prefix
- the prefix that is prepended to all inventory resultsInventoryS3BucketDestination
object
for method chaining.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.