@Generated(value="software.amazon.awssdk:codegen") public final class InventoryS3BucketDestination extends Object implements SdkPojo, Serializable, 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() |
InventoryEncryption |
encryption()
Contains the type of server-side encryption used to encrypt the inventory results.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryS3BucketDestination.Builder> |
serializableBuilderClass() |
InventoryS3BucketDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String accountId()
The ID of the account that owns the destination bucket.
public String bucket()
The Amazon resource name (ARN) of the bucket where inventory results will be published.
public InventoryFormat format()
Specifies the output format of the inventory results.
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()
.
InventoryFormat
public String formatAsString()
Specifies the output format of the inventory results.
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()
.
InventoryFormat
public String prefix()
The prefix that is prepended to all inventory results.
public InventoryEncryption encryption()
Contains the type of server-side encryption used to encrypt the inventory results.
public InventoryS3BucketDestination.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
public static InventoryS3BucketDestination.Builder builder()
public static Class<? extends InventoryS3BucketDestination.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.