Interface X12CodeListValidationRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12CodeListValidationRule.Builder,
,X12CodeListValidationRule> SdkBuilder<X12CodeListValidationRule.Builder,
,X12CodeListValidationRule> SdkPojo
- Enclosing class:
X12CodeListValidationRule
-
Method Summary
Modifier and TypeMethodDescriptioncodesToAdd
(String... codesToAdd) Specifies a list of code values to add to the element's allowed values.codesToAdd
(Collection<String> codesToAdd) Specifies a list of code values to add to the element's allowed values.codesToRemove
(String... codesToRemove) Specifies a list of code values to remove from the element's allowed values.codesToRemove
(Collection<String> codesToRemove) Specifies a list of code values to remove from the element's allowed values.Specifies the four-digit element ID to which the code list modifications apply.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
-
elementId
Specifies the four-digit element ID to which the code list modifications apply. This identifies which X12 element will have its allowed code values modified.
- Parameters:
elementId
- Specifies the four-digit element ID to which the code list modifications apply. This identifies which X12 element will have its allowed code values modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codesToAdd
Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
- Parameters:
codesToAdd
- Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codesToAdd
Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.
- Parameters:
codesToAdd
- Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codesToRemove
Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
- Parameters:
codesToRemove
- Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codesToRemove
Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.
- Parameters:
codesToRemove
- Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-