@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ExportConfiguration.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
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/
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/
public final S3EncryptionConfiguration encryptionConfiguration()
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
public S3ExportConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ExportConfiguration.Builder,S3ExportConfiguration>public static S3ExportConfiguration.Builder builder()
public static Class<? extends S3ExportConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.