Class CfnTransformer.InputConversionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.b2bi.CfnTransformer.InputConversionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformer.InputConversionProperty>
- Enclosing interface:
CfnTransformer.InputConversionProperty
@Stability(Stable)
public static final class CfnTransformer.InputConversionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformer.InputConversionProperty>
A builder for
CfnTransformer.InputConversionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedOptions(IResolvable advancedOptions) Sets the value ofCfnTransformer.InputConversionProperty.getAdvancedOptions()advancedOptions(CfnTransformer.AdvancedOptionsProperty advancedOptions) Sets the value ofCfnTransformer.InputConversionProperty.getAdvancedOptions()build()Builds the configured instance.formatOptions(IResolvable formatOptions) Sets the value ofCfnTransformer.InputConversionProperty.getFormatOptions()formatOptions(CfnTransformer.FormatOptionsProperty formatOptions) Sets the value ofCfnTransformer.InputConversionProperty.getFormatOptions()fromFormat(String fromFormat) Sets the value ofCfnTransformer.InputConversionProperty.getFromFormat()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fromFormat
@Stability(Stable) public CfnTransformer.InputConversionProperty.Builder fromFormat(String fromFormat) Sets the value ofCfnTransformer.InputConversionProperty.getFromFormat()- Parameters:
fromFormat- The format for the transformer input: currently onX12is supported. This parameter is required.- Returns:
this
-
advancedOptions
@Stability(Stable) public CfnTransformer.InputConversionProperty.Builder advancedOptions(IResolvable advancedOptions) Sets the value ofCfnTransformer.InputConversionProperty.getAdvancedOptions()- Parameters:
advancedOptions- Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.- Returns:
this
-
advancedOptions
@Stability(Stable) public CfnTransformer.InputConversionProperty.Builder advancedOptions(CfnTransformer.AdvancedOptionsProperty advancedOptions) Sets the value ofCfnTransformer.InputConversionProperty.getAdvancedOptions()- Parameters:
advancedOptions- Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.- Returns:
this
-
formatOptions
@Stability(Stable) public CfnTransformer.InputConversionProperty.Builder formatOptions(IResolvable formatOptions) Sets the value ofCfnTransformer.InputConversionProperty.getFormatOptions()- Parameters:
formatOptions- A structure that contains the formatting options for an inbound transformer.- Returns:
this
-
formatOptions
@Stability(Stable) public CfnTransformer.InputConversionProperty.Builder formatOptions(CfnTransformer.FormatOptionsProperty formatOptions) Sets the value ofCfnTransformer.InputConversionProperty.getFormatOptions()- Parameters:
formatOptions- A structure that contains the formatting options for an inbound transformer.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformer.InputConversionProperty>- Returns:
- a new instance of
CfnTransformer.InputConversionProperty - Throws:
NullPointerException- if any required attribute was not provided
-