Interface ParentChildFieldOptionsMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParentChildFieldOptionsMapping.Builder,,ParentChildFieldOptionsMapping> SdkBuilder<ParentChildFieldOptionsMapping.Builder,,ParentChildFieldOptionsMapping> SdkPojo
- Enclosing class:
ParentChildFieldOptionsMapping
@Mutable
@NotThreadSafe
public static interface ParentChildFieldOptionsMapping.Builder
extends SdkPojo, CopyableBuilder<ParentChildFieldOptionsMapping.Builder,ParentChildFieldOptionsMapping>
-
Method Summary
Modifier and TypeMethodDescriptionchildFieldOptionValues(String... childFieldOptionValues) A list of allowed values in the child field.childFieldOptionValues(Collection<String> childFieldOptionValues) A list of allowed values in the child field.parentFieldOptionValue(String parentFieldOptionValue) The value in the parent field.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
-
parentFieldOptionValue
The value in the parent field.
- Parameters:
parentFieldOptionValue- The value in the parent field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childFieldOptionValues
ParentChildFieldOptionsMapping.Builder childFieldOptionValues(Collection<String> childFieldOptionValues) A list of allowed values in the child field.
- Parameters:
childFieldOptionValues- A list of allowed values in the child field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childFieldOptionValues
A list of allowed values in the child field.
- Parameters:
childFieldOptionValues- A list of allowed values in the child field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-