@Generated(value="software.amazon.awssdk:codegen") public class InventoryS3BucketDestination extends Object implements ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryS3BucketDestination.Builder |
| Modifier and Type | Method and 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) |
InventoryFormat |
format()
Specifies the output format of the inventory results.
|
String |
formatAsString()
Specifies the output format of the inventory results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copypublic String accountId()
public String bucket()
public InventoryFormat format()
If the service returns an enum value that is not available in the current SDK version, format will
return InventoryFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
InventoryFormatpublic String formatAsString()
If the service returns an enum value that is not available in the current SDK version, format will
return InventoryFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
InventoryFormatpublic String prefix()
public InventoryS3BucketDestination.Builder toBuilder()
ToCopyableBuildertoBuilder 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.