@Generated(value="software.amazon.awssdk:codegen") public final class OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
The output data configuration that was supplied when the export job was created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputDataConfig.Builder |
static class |
OutputDataConfig.Type |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static OutputDataConfig |
fromS3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
Create an instance of this class with
s3Configuration() initialized to the given value. |
static OutputDataConfig |
fromS3Configuration(S3Configuration s3Configuration)
Create an instance of this class with
s3Configuration() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Configuration |
s3Configuration()
The output data configuration that was supplied when the export job was created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputDataConfig.Builder> |
serializableBuilderClass() |
OutputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Configuration s3Configuration()
The output data configuration that was supplied when the export job was created.
public OutputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>public static OutputDataConfig.Builder builder()
public static Class<? extends OutputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static OutputDataConfig fromS3Configuration(S3Configuration s3Configuration)
s3Configuration() initialized to the given value.
The output data configuration that was supplied when the export job was created.
s3Configuration - The output data configuration that was supplied when the export job was created.public static OutputDataConfig fromS3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
s3Configuration() initialized to the given value.
The output data configuration that was supplied when the export job was created.
s3Configuration - The output data configuration that was supplied when the export job was created.public OutputDataConfig.Type type()
OutputDataConfig.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be OutputDataConfig.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.