Interface OutputConversion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OutputConversion.Builder,,OutputConversion> SdkBuilder<OutputConversion.Builder,,OutputConversion> SdkPojo
- Enclosing class:
 OutputConversion
@Mutable
@NotThreadSafe
public static interface OutputConversion.Builder
extends SdkPojo, CopyableBuilder<OutputConversion.Builder,OutputConversion> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault OutputConversion.BuilderadvancedOptions(Consumer<AdvancedOptions.Builder> advancedOptions) Sets the value of the AdvancedOptions property for this object.advancedOptions(AdvancedOptions advancedOptions) Sets the value of the AdvancedOptions property for this object.default OutputConversion.BuilderformatOptions(Consumer<FormatOptions.Builder> formatOptions) A structure that contains the X12 transaction set and version for the transformer output.formatOptions(FormatOptions formatOptions) A structure that contains the X12 transaction set and version for the transformer output.The format for the output from an outbound transformer: only X12 is currently supported.The format for the output from an outbound transformer: only X12 is currently supported.Methods 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
- 
toFormat
The format for the output from an outbound transformer: only X12 is currently supported.
- Parameters:
 toFormat- The format for the output from an outbound transformer: only X12 is currently supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
toFormat
The format for the output from an outbound transformer: only X12 is currently supported.
- Parameters:
 toFormat- The format for the output from an outbound transformer: only X12 is currently supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
formatOptions
A structure that contains the X12 transaction set and version for the transformer output.
- Parameters:
 formatOptions- A structure that contains the X12 transaction set and version for the transformer output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
formatOptions
A structure that contains the X12 transaction set and version for the transformer output.
This is a convenience method that creates an instance of theFormatOptions.Builderavoiding the need to create one manually viaFormatOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toformatOptions(FormatOptions).- Parameters:
 formatOptions- a consumer that will call methods onFormatOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
advancedOptions
Sets the value of the AdvancedOptions property for this object.- Parameters:
 advancedOptions- The new value for the AdvancedOptions property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
advancedOptions
Sets the value of the AdvancedOptions property for this object. This is a convenience method that creates an instance of theAdvancedOptions.Builderavoiding the need to create one manually viaAdvancedOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedOptions(AdvancedOptions).- Parameters:
 advancedOptions- a consumer that will call methods onAdvancedOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -