Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model.inventory |
Modifier and Type | Method and Description |
---|---|
InventoryS3BucketDestination |
InventoryDestination.getS3BucketDestination()
Returns the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
InventoryS3BucketDestination |
InventoryS3BucketDestination.withAccountId(String accountId)
Returns the account ID that owns the destination bucket
and returns this
InventoryS3BucketDestination object
for method chaining. |
InventoryS3BucketDestination |
InventoryS3BucketDestination.withBucketArn(String bucketArn)
Sets the Amazon resource name (ARN) of the bucket where inventory results will be published.
|
InventoryS3BucketDestination |
InventoryS3BucketDestination.withFormat(InventoryFormat format)
Sets the output format of the inventory results
and returns this
InventoryS3BucketDestination object
for method chaining. |
InventoryS3BucketDestination |
InventoryS3BucketDestination.withFormat(String format)
Sets the output format of the inventory results
and returns this
InventoryS3BucketDestination object
for method chaining. |
InventoryS3BucketDestination |
InventoryS3BucketDestination.withPrefix(String prefix)
Sets the prefix that is prepended to all inventory results
and returns this
InventoryS3BucketDestination object
for method chaining. |
Modifier and Type | Method and Description |
---|---|
void |
InventoryDestination.setS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
Sets the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
InventoryDestination |
InventoryDestination.withS3BucketDestination(InventoryS3BucketDestination s3BucketDestination)
Sets the
InventoryS3BucketDestination which contains S3 bucket destination information
of where inventory results are published. |
Copyright © 2024. All rights reserved.