Interface JobManifestSpec.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobManifestSpec.Builder,
,JobManifestSpec> SdkBuilder<JobManifestSpec.Builder,
,JobManifestSpec> SdkPojo
- Enclosing class:
JobManifestSpec
@Mutable
@NotThreadSafe
public static interface JobManifestSpec.Builder
extends SdkPojo, CopyableBuilder<JobManifestSpec.Builder,JobManifestSpec>
-
Method Summary
Modifier and TypeMethodDescriptionfields
(Collection<JobManifestFieldName> fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.fields
(JobManifestFieldName... fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.fieldsWithStrings
(String... fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.fieldsWithStrings
(Collection<String> fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.Indicates which of the available formats the specified manifest uses.format
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
fieldsWithStrings
If the specified manifest object is in the
S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.- Parameters:
fields
- If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, 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
If the specified manifest object is in the
S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.- Parameters:
fields
- If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, 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
If the specified manifest object is in the
S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.- Parameters:
fields
- If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, 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
If the specified manifest object is in the
S3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.- Parameters:
fields
- If the specified manifest object is in theS3BatchOperations_CSV_20180820
format, this element describes which columns contain the required data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-