ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
@Generated("software.amazon.awssdk:codegen") public class InventoryS3BucketDestination extends Object implements ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
Modifier and Type | Class | Description |
---|---|---|
static interface |
InventoryS3BucketDestination.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The ID of the account that owns the destination bucket.
|
String |
bucket() |
The Amazon resource name (ARN) of the bucket where inventory results will be published.
|
static InventoryS3BucketDestination.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
format() |
Specifies the output format of the inventory results.
|
int |
hashCode() |
|
String |
prefix() |
The prefix that is prepended to all inventory results.
|
static Class<? extends InventoryS3BucketDestination.Builder> |
serializableBuilderClass() |
|
InventoryS3BucketDestination.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String accountId()
public String bucket()
public String format()
InventoryFormat
public String prefix()
public InventoryS3BucketDestination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
public static InventoryS3BucketDestination.Builder builder()
public static Class<? extends InventoryS3BucketDestination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.