Interface ConversionTargetFormatDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConversionTargetFormatDetails.Builder,ConversionTargetFormatDetails>,SdkBuilder<ConversionTargetFormatDetails.Builder,ConversionTargetFormatDetails>,SdkPojo
- Enclosing class:
- ConversionTargetFormatDetails
public static interface ConversionTargetFormatDetails.Builder extends SdkPojo, CopyableBuilder<ConversionTargetFormatDetails.Builder,ConversionTargetFormatDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ConversionTargetFormatDetails.Builderx12(Consumer<X12Details.Builder> x12)Sets the value of the X12 property for this object.ConversionTargetFormatDetails.Builderx12(X12Details x12)Sets the value of the X12 property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
x12
ConversionTargetFormatDetails.Builder x12(X12Details x12)
Sets 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.
-
x12
default ConversionTargetFormatDetails.Builder x12(Consumer<X12Details.Builder> x12)
Sets 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 onX12Details.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
x12(X12Details)
-
-