Interface TransformationInputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransformationInputDataConfig.Builder,,TransformationInputDataConfig> SdkBuilder<TransformationInputDataConfig.Builder,,TransformationInputDataConfig> SdkPojo
- Enclosing class:
TransformationInputDataConfig
@Mutable
@NotThreadSafe
public static interface TransformationInputDataConfig.Builder
extends SdkPojo, CopyableBuilder<TransformationInputDataConfig.Builder,TransformationInputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 URI of the input data to transform.sourceFormat(String sourceFormat) The format of the source data files (C-CDA or CSV).sourceFormat(SourceFormat sourceFormat) The format of the source data files (C-CDA or CSV).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
The Amazon S3 URI of the input data to transform.
- Parameters:
s3Uri- The Amazon S3 URI of the input data to transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFormat
The format of the source data files (C-CDA or CSV).
- Parameters:
sourceFormat- The format of the source data files (C-CDA or CSV).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFormat
The format of the source data files (C-CDA or CSV).
- Parameters:
sourceFormat- The format of the source data files (C-CDA or CSV).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-