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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.Builder
buildMethods 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
-
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.
- 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.
-
outputFileContent
Provide 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.
-
mappingType
Specify the mapping type: either
JSONATAorXSLT.- Parameters:
mappingType- Specify the mapping type: eitherJSONATAorXSLT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mappingType
Specify the mapping type: either
JSONATAorXSLT.- Parameters:
mappingType- Specify the mapping type: eitherJSONATAorXSLT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GenerateMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GenerateMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-