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 interface
S3ExportConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
bucket()
The Amazon S3 bucket name in which a journal export job writes the journal contents.static S3ExportConfiguration.Builder
builder()
S3EncryptionConfiguration
encryptionConfiguration()
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
prefix()
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.Builder
toBuilder()
String
toString()
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
Prefix
values:-
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
Prefix
values:-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-