@Generated(value="software.amazon.awssdk:codegen") public final class ParallelDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>
Specifies the format and S3 location of the parallel data input file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParallelDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParallelDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ParallelDataFormat |
format()
The format of the parallel data input file.
|
String |
formatAsString()
The format of the parallel data input file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The URI of the Amazon S3 folder that contains the parallel data input file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParallelDataConfig.Builder> |
serializableBuilderClass() |
ParallelDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Uri()
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
public final ParallelDataFormat format()
The format of the parallel data input file.
If the service returns an enum value that is not available in the current SDK version, format will
return ParallelDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
ParallelDataFormatpublic final String formatAsString()
The format of the parallel data input file.
If the service returns an enum value that is not available in the current SDK version, format will
return ParallelDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
ParallelDataFormatpublic ParallelDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>public static ParallelDataConfig.Builder builder()
public static Class<? extends ParallelDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.