Class S3ExportConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.qldb.model.S3ExportConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class S3ExportConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>
The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ExportConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The Amazon S3 bucket name in which a journal export job writes the journal contents.static S3ExportConfiguration.Builderbuilder()S3EncryptionConfigurationencryptionConfiguration()The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.List<SdkField<?>>sdkFields()static Class<? extends S3ExportConfiguration.Builder>serializableBuilderClass()S3ExportConfiguration.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
-
bucket
public final String bucket()
The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
- Returns:
- The Amazon S3 bucket name in which a journal export job writes the journal contents.
The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.
-
prefix
public final String prefix()
The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid
Prefixvalues:-
JournalExports-ForMyLedger/Testing/ -
JournalExports -
My:Tests/
- Returns:
- The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.
The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.
The following are examples of valid
Prefixvalues:-
JournalExports-ForMyLedger/Testing/ -
JournalExports -
My:Tests/
-
-
-
encryptionConfiguration
public final S3EncryptionConfiguration encryptionConfiguration()
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
- Returns:
- The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
-
toBuilder
public S3ExportConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>
-
builder
public static S3ExportConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ExportConfiguration.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.
-
-