Interface TestParsingRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- B2BiRequest.Builder,- Buildable,- CopyableBuilder<TestParsingRequest.Builder,,- TestParsingRequest> - SdkBuilder<TestParsingRequest.Builder,,- TestParsingRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- TestParsingRequest
- 
Method SummaryModifier and TypeMethodDescriptiondefault TestParsingRequest.BuilderadvancedOptions(Consumer<AdvancedOptions.Builder> advancedOptions) Specifies advanced options for parsing the input EDI file.advancedOptions(AdvancedOptions advancedOptions) Specifies advanced options for parsing the input EDI file.default TestParsingRequest.BuilderediType(Consumer<EdiType.Builder> ediType) Specifies the details for the EDI standard that is being used for the transformer.Specifies the details for the EDI standard that is being used for the transformer.fileFormat(String fileFormat) Specifies that the currently supported file formats for EDI transformations areJSONandXML.fileFormat(FileFormat fileFormat) Specifies that the currently supported file formats for EDI transformations areJSONandXML.default TestParsingRequest.BuilderinputFile(Consumer<S3Location.Builder> inputFile) Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.inputFile(S3Location inputFile) Specifies anS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.BuilderbuildMethods 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- 
inputFileSpecifies an S3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.- Parameters:
- inputFile- Specifies an- S3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputFileSpecifies an This is a convenience method that creates an instance of theS3Locationobject, which contains the Amazon S3 bucket and prefix for the location of the input file.S3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputFile(S3Location).- Parameters:
- inputFile- a consumer that will call methods on- S3Location.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fileFormatSpecifies that the currently supported file formats for EDI transformations are JSONandXML.- Parameters:
- fileFormat- Specifies that the currently supported file formats for EDI transformations are- JSONand- XML.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fileFormatSpecifies that the currently supported file formats for EDI transformations are JSONandXML.- Parameters:
- fileFormat- Specifies that the currently supported file formats for EDI transformations are- JSONand- XML.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ediTypeSpecifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents. - Parameters:
- ediType- Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ediTypeSpecifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents. This is a convenience method that creates an instance of theEdiType.Builderavoiding the need to create one manually viaEdiType.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toediType(EdiType).- Parameters:
- ediType- a consumer that will call methods on- EdiType.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
advancedOptionsSpecifies advanced options for parsing the input EDI file. These options allow for more granular control over the parsing process, including split options for X12 files. - Parameters:
- advancedOptions- Specifies advanced options for parsing the input EDI file. These options allow for more granular control over the parsing process, including split options for X12 files.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
advancedOptionsdefault TestParsingRequest.Builder advancedOptions(Consumer<AdvancedOptions.Builder> advancedOptions) Specifies advanced options for parsing the input EDI file. These options allow for more granular control over the parsing process, including split options for X12 files. This is a convenience method that creates an instance of theAdvancedOptions.Builderavoiding the need to create one manually viaAdvancedOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedOptions(AdvancedOptions).- Parameters:
- advancedOptions- a consumer that will call methods on- AdvancedOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationTestParsingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationTestParsingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-