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 SummaryModifier and TypeMethodDescriptionfields(Collection<JobManifestFieldName> fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.fields(JobManifestFieldName... fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.fieldsWithStrings(String... fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820format, this element describes which columns contain the required data.fieldsWithStrings(Collection<String> fields) If the specified manifest object is in theS3BatchOperations_CSV_20180820format, 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
formatIndicates 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:
 
- 
formatIndicates 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:
 
- 
fieldsWithStringsIf 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 the- S3BatchOperations_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.
 
- 
fieldsWithStringsIf 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 the- S3BatchOperations_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.
 
- 
fieldsIf 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 the- S3BatchOperations_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.
 
- 
fieldsIf 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 the- S3BatchOperations_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.
 
 
-