Interface UpdateTransformerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,B2BiRequest.Builder,Buildable,CopyableBuilder<UpdateTransformerRequest.Builder,,UpdateTransformerRequest> SdkBuilder<UpdateTransformerRequest.Builder,,UpdateTransformerRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateTransformerRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateTransformerRequest.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.mappingTemplate(String mappingTemplate) Specifies the mapping template for the transformer.Specify a new name for the transformer, if you want to update it.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sampleDocument(String sampleDocument) Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.Specifies the transformer's status.status(TransformerStatus status) Specifies the transformer's status.transformerId(String transformerId) Specifies the system-assigned unique identifier for the transformer.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, sdkFields
-
Method Details
-
transformerId
Specifies the system-assigned unique identifier for the transformer.
- Parameters:
transformerId- Specifies the system-assigned unique identifier for the transformer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Specify a new name for the transformer, if you want to update it.
- Parameters:
name- Specify a new name for the transformer, if you want to update it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormat
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.- Parameters:
fileFormat- Specifies that the currently supported file formats for EDI transformations areJSONandXML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.- Parameters:
fileFormat- Specifies that the currently supported file formats for EDI transformations areJSONandXML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mappingTemplate
Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
- Parameters:
mappingTemplate- Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies the transformer's status. You can update the state of the transformer, from
activetoinactive, orinactivetoactive.- Parameters:
status- Specifies the transformer's status. You can update the state of the transformer, fromactivetoinactive, orinactivetoactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies the transformer's status. You can update the state of the transformer, from
activetoinactive, orinactivetoactive.- Parameters:
status- Specifies the transformer's status. You can update the state of the transformer, fromactivetoinactive, orinactivetoactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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.
-
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.
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 onEdiType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sampleDocument
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.
-
overrideConfiguration
UpdateTransformerRequest.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
UpdateTransformerRequest.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.
-