Interface GenerateMappingRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- B2BiRequest.Builder,- Buildable,- CopyableBuilder<GenerateMappingRequest.Builder,,- GenerateMappingRequest> - SdkBuilder<GenerateMappingRequest.Builder,,- GenerateMappingRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GenerateMappingRequest
@Mutable
@NotThreadSafe
public static interface GenerateMappingRequest.Builder
extends B2BiRequest.Builder, SdkPojo, CopyableBuilder<GenerateMappingRequest.Builder,GenerateMappingRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioninputFileContent(String inputFileContent) Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a starting point for the mapping.mappingType(String mappingType) Specify the mapping type: eitherJSONATAorXSLT.mappingType(MappingType mappingType) Specify the mapping type: eitherJSONATAorXSLT.outputFileContent(String outputFileContent) Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a target for the mapping.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- 
inputFileContentProvide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a starting point for the mapping. - Parameters:
- inputFileContent- Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a starting point for the mapping.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputFileContentProvide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a target for the mapping. - Parameters:
- outputFileContent- Provide the contents of a sample X12 EDI file, either in JSON or XML format, to use as a target for the mapping.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappingTypeSpecify the mapping type: either JSONATAorXSLT.- Parameters:
- mappingType- Specify the mapping type: either- JSONATAor- XSLT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mappingTypeSpecify the mapping type: either JSONATAorXSLT.- Parameters:
- mappingType- Specify the mapping type: either- JSONATAor- XSLT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationGenerateMappingRequest.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.
 
- 
overrideConfigurationGenerateMappingRequest.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.
 
 
-