Class InventoryS3BucketDestination
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.InventoryS3BucketDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
@Generated("software.amazon.awssdk:codegen") public final class InventoryS3BucketDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where S3 Inventory results are published.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInventoryS3BucketDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The account ID that owns the destination S3 bucket.Stringbucket()The Amazon Resource Name (ARN) of the bucket where inventory results will be published.static InventoryS3BucketDestination.Builderbuilder()InventoryEncryptionencryption()Contains the type of server-side encryption used to encrypt the inventory results.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InventoryFormatformat()Specifies the output format of the inventory results.StringformatAsString()Specifies the output format of the inventory results.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()The prefix that is prepended to all inventory results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InventoryS3BucketDestination.Builder>serializableBuilderClass()InventoryS3BucketDestination.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
- Returns:
- The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not
validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
-
bucket
public final String bucket()
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
- Returns:
- The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
-
format
public final 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,
formatwill returnInventoryFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- Specifies the output format of the inventory results.
- See Also:
InventoryFormat
-
formatAsString
public final 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,
formatwill returnInventoryFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- Specifies the output format of the inventory results.
- See Also:
InventoryFormat
-
prefix
public final String prefix()
The prefix that is prepended to all inventory results.
- Returns:
- The prefix that is prepended to all inventory results.
-
encryption
public final InventoryEncryption encryption()
Contains the type of server-side encryption used to encrypt the inventory results.
- Returns:
- Contains the type of server-side encryption used to encrypt the inventory results.
-
toBuilder
public InventoryS3BucketDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
-
builder
public static InventoryS3BucketDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends InventoryS3BucketDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-