Interface JobManifestSpec.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobManifestSpec.Builder,JobManifestSpec>,SdkBuilder<JobManifestSpec.Builder,JobManifestSpec>,SdkPojo
- Enclosing class:
- JobManifestSpec
public static interface JobManifestSpec.Builder extends SdkPojo, CopyableBuilder<JobManifestSpec.Builder,JobManifestSpec>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobManifestSpec.Builderfields(Collection<JobManifestFieldName> fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.JobManifestSpec.Builderfields(JobManifestFieldName... fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.JobManifestSpec.BuilderfieldsWithStrings(String... fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.JobManifestSpec.BuilderfieldsWithStrings(Collection<String> fields)If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.JobManifestSpec.Builderformat(String format)Indicates which of the available formats the specified manifest uses.JobManifestSpec.Builderformat(JobManifestFormat format)Indicates which of the available formats the specified manifest uses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
format
JobManifestSpec.Builder format(String format)
Indicates which of the available formats the specified manifest uses.
- Parameters:
format- Indicates which of the available formats the specified manifest uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobManifestFormat,JobManifestFormat
-
format
JobManifestSpec.Builder format(JobManifestFormat format)
Indicates which of the available formats the specified manifest uses.
- Parameters:
format- Indicates which of the available formats the specified manifest uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobManifestFormat,JobManifestFormat
-
fieldsWithStrings
JobManifestSpec.Builder fieldsWithStrings(Collection<String> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Parameters:
fields- If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldsWithStrings
JobManifestSpec.Builder fieldsWithStrings(String... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Parameters:
fields- If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
JobManifestSpec.Builder fields(Collection<JobManifestFieldName> fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Parameters:
fields- If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
JobManifestSpec.Builder fields(JobManifestFieldName... fields)
If the specified manifest object is in the
S3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Parameters:
fields- If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-