@Generated(value="software.amazon.awssdk:codegen") public final class JobManifest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobManifest.Builder,JobManifest>
Contains the configuration information for a job's manifest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobManifest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobManifest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobManifestLocation |
location()
Contains the information required to locate the specified job's manifest.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobManifest.Builder> |
serializableBuilderClass() |
JobManifestSpec |
spec()
Describes the format of the specified job's manifest.
|
JobManifest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobManifestSpec spec()
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
public final JobManifestLocation location()
Contains the information required to locate the specified job's manifest.
public JobManifest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobManifest.Builder,JobManifest>public static JobManifest.Builder builder()
public static Class<? extends JobManifest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.