Class InventoryS3BucketDestination
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where S3 Inventory results are published.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe account ID that owns the destination S3 bucket.final Stringbucket()The Amazon Resource Name (ARN) of the bucket where inventory results will be published.builder()final InventoryEncryptionContains the type of server-side encryption used to encrypt the inventory results.final booleanfinal booleanequalsBySdkFields(Object obj) final InventoryFormatformat()Specifies the output format of the inventory results.final StringSpecifies the output format of the inventory results.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringprefix()The prefix that is prepended to all inventory results.static Class<? extends InventoryS3BucketDestination.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
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:
-
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:
-
prefix
The prefix that is prepended to all inventory results.
- Returns:
- The prefix that is prepended to all inventory results.
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<InventoryS3BucketDestination.Builder,InventoryS3BucketDestination>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-