public class InventoryOSSBucketDestination extends Object implements Serializable
| Constructor and Description |
|---|
InventoryOSSBucketDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Gets the account ID that owns the destination bucket.
|
String |
getBucket()
Gets the bucket where the inventory results will be published.
|
InventoryEncryption |
getEncryption()
Gets the inventory contents encryption.
|
String |
getFormat()
Gets the output format of the inventory results.
|
String |
getPrefix()
Gets the prefix that is prepended to all inventory results.
|
String |
getRoleArn()
Sets the name of the role arn.
|
void |
setAccountId(String accountId)
Sets the account ID that owns the destination bucket.
|
void |
setBucket(String bucket)
Sets the bucket where the inventory results will be published.
|
void |
setEncryption(InventoryEncryption encryption)
Sets the inventory contents encryption.
|
void |
setFormat(InventoryFormat format)
Sets the output format of the inventory results.
|
void |
setFormat(String format)
Sets the output format of the inventory results.
|
void |
setPrefix(String prefix)
Sets the prefix that is prepended to all inventory results.
|
void |
setRoleArn(String roleArn)
Sets the name of the role arn.
|
InventoryOSSBucketDestination |
withAccountId(String accountId)
Returns the account ID that owns the destination bucket.
|
InventoryOSSBucketDestination |
withBucket(String bucket)
Sets the bucket where the inventory results will be published.
|
InventoryOSSBucketDestination |
withEncryption(InventoryEncryption encryption)
Sets the inventory contents encryption.
|
InventoryOSSBucketDestination |
withFormat(InventoryFormat format)
Sets the output format of the inventory results
And returns the
InventoryOSSBucketDestination object itself. |
InventoryOSSBucketDestination |
withFormat(String format)
Sets the output format of the inventory results.
|
InventoryOSSBucketDestination |
withPrefix(String prefix)
Sets the prefix that is prepended to all inventory results
And returns the
InventoryOSSBucketDestination object itself. |
InventoryOSSBucketDestination |
withRoleArn(String roleArn)
Sets the name of the role arn.
|
public String getAccountId()
public void setAccountId(String accountId)
accountId - the account ID that owns the destination bucket.public InventoryOSSBucketDestination withAccountId(String accountId)
InventoryOSSBucketDestination object itself.accountId - the account ID that owns the destination bucket.InventoryOSSBucketDestination instance.public String getRoleArn()
public void setRoleArn(String roleArn)
roleArn - the name of role.public InventoryOSSBucketDestination withRoleArn(String roleArn)
InventoryOSSBucketDestination object itself.roleArn - the name of role.InventoryOSSBucketDestination instance.public void setBucket(String bucket)
bucket - the bucket name.public String getBucket()
public InventoryOSSBucketDestination withBucket(String bucket)
InventoryOSSBucketDestination object itself.bucket - the bucket name.InventoryOSSBucketDestination instance.public String getFormat()
public void setFormat(String format)
format - the output format.public void setFormat(InventoryFormat format)
format - The InventoryFormat instance.public InventoryOSSBucketDestination withFormat(String format)
InventoryOSSBucketDestination object itself.format - the output format.InventoryOSSBucketDestination instance.public InventoryOSSBucketDestination withFormat(InventoryFormat format)
InventoryOSSBucketDestination object itself.format - The InventoryFormat instance.InventoryOSSBucketDestination instance.public String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix string.public InventoryOSSBucketDestination withPrefix(String prefix)
InventoryOSSBucketDestination object itself.prefix - the prefix string.InventoryOSSBucketDestination instance.public InventoryEncryption getEncryption()
InventoryEncryption instance.public void setEncryption(InventoryEncryption encryption)
encryption - The InventoryEncryption instance.public InventoryOSSBucketDestination withEncryption(InventoryEncryption encryption)
InventoryOSSBucketDestination object itself.encryption - The InventoryEncryption instance.InventoryOSSBucketDestination instance.Copyright © 2023. All Rights Reserved.