default OutputSampleFileSource.Builder |
OutputSampleFileSource.Builder.fileLocation(Consumer<S3Location.Builder> fileLocation) |
Sets the value of the FileLocation property for this object.
|
static OutputSampleFileSource |
OutputSampleFileSource.fromFileLocation(Consumer<S3Location.Builder> fileLocation) |
|
default StartTransformerJobRequest.Builder |
StartTransformerJobRequest.Builder.inputFile(Consumer<S3Location.Builder> inputFile) |
Specifies the location of the input file for the transformation.
|
default TestParsingRequest.Builder |
TestParsingRequest.Builder.inputFile(Consumer<S3Location.Builder> inputFile) |
Specifies an S3Location object, which contains the Amazon S3 bucket and prefix for the location
of the input file.
|
default EdiConfiguration.Builder |
EdiConfiguration.Builder.inputLocation(Consumer<S3Location.Builder> inputLocation) |
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an
S3Location object.
|
default EdiConfiguration.Builder |
EdiConfiguration.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation) |
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an
S3Location object.
|
default StartTransformerJobRequest.Builder |
StartTransformerJobRequest.Builder.outputLocation(Consumer<S3Location.Builder> outputLocation) |
Specifies the location of the output file for the transformation.
|
default CreateStarterMappingTemplateRequest.Builder |
CreateStarterMappingTemplateRequest.Builder.outputSampleLocation(Consumer<S3Location.Builder> outputSampleLocation) |
Specify the location of the sample EDI file that is used to generate the mapping template.
|