Class JobManifest
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.JobManifest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobManifest.Builder,JobManifest>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobManifest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobManifest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()JobManifestLocationlocation()Contains the information required to locate the specified job's manifest.List<SdkField<?>>sdkFields()static Class<? extends JobManifest.Builder>serializableBuilderClass()JobManifestSpecspec()Describes the format of the specified job's manifest.JobManifest.BuildertoBuilder()StringtoString()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
-
spec
public 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.
- Returns:
- Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
-
location
public final JobManifestLocation location()
Contains the information required to locate the specified job's manifest.
- Returns:
- Contains the information required to locate the specified job's manifest.
-
toBuilder
public JobManifest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobManifest.Builder,JobManifest>
-
builder
public static JobManifest.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobManifest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-