Interface ConversionTargetFormatDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConversionTargetFormatDetails.Builder,,- ConversionTargetFormatDetails> - SdkBuilder<ConversionTargetFormatDetails.Builder,,- ConversionTargetFormatDetails> - SdkPojo
- Enclosing class:
- ConversionTargetFormatDetails
@Mutable
@NotThreadSafe
public static interface ConversionTargetFormatDetails.Builder
extends SdkPojo, CopyableBuilder<ConversionTargetFormatDetails.Builder,ConversionTargetFormatDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionx12(Consumer<X12Details.Builder> x12) Sets the value of the X12 property for this object.x12(X12Details x12) Sets the value of the X12 property for this object.Methods 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- 
x12Sets the value of the X12 property for this object.- Parameters:
- x12- The new value for the X12 property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
x12Sets the value of the X12 property for this object. This is a convenience method that creates an instance of theX12Details.Builderavoiding the need to create one manually viaX12Details.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tox12(X12Details).- Parameters:
- x12- a consumer that will call methods on- X12Details.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-