Interface X12ElementRequirementValidationRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12ElementRequirementValidationRule.Builder,
,X12ElementRequirementValidationRule> SdkBuilder<X12ElementRequirementValidationRule.Builder,
,X12ElementRequirementValidationRule> SdkPojo
- Enclosing class:
X12ElementRequirementValidationRule
@Mutable
@NotThreadSafe
public static interface X12ElementRequirementValidationRule.Builder
extends SdkPojo, CopyableBuilder<X12ElementRequirementValidationRule.Builder,X12ElementRequirementValidationRule>
-
Method Summary
Modifier and TypeMethodDescriptionelementPosition
(String elementPosition) Specifies the position of the element within an X12 segment for which the requirement status will be modified.requirement
(String requirement) Specifies the requirement status for the element at the specified position.requirement
(ElementRequirement requirement) Specifies the requirement status for the element at the specified position.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, sdkFieldNameToField, sdkFields
-
Method Details
-
elementPosition
Specifies the position of the element within an X12 segment for which the requirement status will be modified. The format follows the pattern of segment identifier followed by element position (e.g., "ST-01" for the first element of the ST segment).
- Parameters:
elementPosition
- Specifies the position of the element within an X12 segment for which the requirement status will be modified. The format follows the pattern of segment identifier followed by element position (e.g., "ST-01" for the first element of the ST segment).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requirement
Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).
- Parameters:
requirement
- Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requirement
Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).
- Parameters:
requirement
- Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-