Interface CreateTransformerRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- B2BiRequest.Builder,- Buildable,- CopyableBuilder<CreateTransformerRequest.Builder,,- CreateTransformerRequest> - SdkBuilder<CreateTransformerRequest.Builder,,- CreateTransformerRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateTransformerRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) Reserved for future use.default CreateTransformerRequest.BuilderediType(Consumer<EdiType.Builder> ediType) Deprecated.This is a legacy trait.Deprecated.This is a legacy trait.fileFormat(String fileFormat) Deprecated.This is a legacy trait.fileFormat(FileFormat fileFormat) Deprecated.This is a legacy trait.default CreateTransformerRequest.BuilderinputConversion(Consumer<InputConversion.Builder> inputConversion) Specify theInputConversionobject, which contains the format options for the inbound transformation.inputConversion(InputConversion inputConversion) Specify theInputConversionobject, which contains the format options for the inbound transformation.default CreateTransformerRequest.Buildermapping(Consumer<Mapping.Builder> mapping) Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).mappingTemplate(String mappingTemplate) Deprecated.This is a legacy trait.Specifies the name of the transformer, used to identify it.default CreateTransformerRequest.BuilderoutputConversion(Consumer<OutputConversion.Builder> outputConversion) A structure that contains theOutputConversionobject, which contains the format options for the outbound transformation.outputConversion(OutputConversion outputConversion) A structure that contains theOutputConversionobject, which contains the format options for the outbound transformation.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sampleDocument(String sampleDocument) Deprecated.This is a legacy trait.default CreateTransformerRequest.BuildersampleDocuments(Consumer<SampleDocuments.Builder> sampleDocuments) Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.sampleDocuments(SampleDocuments sampleDocuments) Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.tags(Collection<Tag> tags) Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.tags(Consumer<Tag.Builder>... tags) Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.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- 
nameSpecifies the name of the transformer, used to identify it. - Parameters:
- name- Specifies the name of the transformer, used to identify it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenReserved for future use. - Parameters:
- clientToken- Reserved for future use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSpecifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose. - Parameters:
- tags- Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSpecifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose. - Parameters:
- tags- Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSpecifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fileFormatDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.Specifies 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:
 
- 
fileFormatDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.Specifies 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:
 
- 
mappingTemplateDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT. This parameter is available for backwards compatibility. Use the Mapping data type instead. - Parameters:
- mappingTemplate- Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.- This parameter is available for backwards compatibility. Use the Mapping data type instead. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ediTypeDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.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. - 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.
 
- 
ediTypeDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.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. 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:
 
- 
sampleDocumentDeprecated.This is a legacy trait. Please use input-conversion or output-conversion.Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data. - Parameters:
- sampleDocument- Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputConversionSpecify the InputConversionobject, which contains the format options for the inbound transformation.- Parameters:
- inputConversion- Specify the- InputConversionobject, which contains the format options for the inbound transformation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputConversiondefault CreateTransformerRequest.Builder inputConversion(Consumer<InputConversion.Builder> inputConversion) Specify the This is a convenience method that creates an instance of theInputConversionobject, which contains the format options for the inbound transformation.InputConversion.Builderavoiding the need to create one manually viaInputConversion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConversion(InputConversion).- Parameters:
- inputConversion- a consumer that will call methods on- InputConversion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mappingSpecify the structure that contains the mapping template and its language (either XSLT or JSONATA). - Parameters:
- mapping- Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappingSpecify the structure that contains the mapping template and its language (either XSLT or JSONATA). This is a convenience method that creates an instance of theMapping.Builderavoiding the need to create one manually viaMapping.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomapping(Mapping).- Parameters:
- mapping- a consumer that will call methods on- Mapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputConversionA structure that contains the OutputConversionobject, which contains the format options for the outbound transformation.- Parameters:
- outputConversion- A structure that contains the- OutputConversionobject, which contains the format options for the outbound transformation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputConversiondefault CreateTransformerRequest.Builder outputConversion(Consumer<OutputConversion.Builder> outputConversion) A structure that contains the This is a convenience method that creates an instance of theOutputConversionobject, which contains the format options for the outbound transformation.OutputConversion.Builderavoiding the need to create one manually viaOutputConversion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConversion(OutputConversion).- Parameters:
- outputConversion- a consumer that will call methods on- OutputConversion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sampleDocumentsSpecify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents. - Parameters:
- sampleDocuments- Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sampleDocumentsdefault CreateTransformerRequest.Builder sampleDocuments(Consumer<SampleDocuments.Builder> sampleDocuments) Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents. This is a convenience method that creates an instance of theSampleDocuments.Builderavoiding the need to create one manually viaSampleDocuments.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosampleDocuments(SampleDocuments).- Parameters:
- sampleDocuments- a consumer that will call methods on- SampleDocuments.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateTransformerRequest.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.
 
- 
overrideConfigurationCreateTransformerRequest.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.
 
 
-