Interface FieldOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldOption.Builder,FieldOption>,SdkBuilder<FieldOption.Builder,FieldOption>,SdkPojo
- Enclosing class:
- FieldOption
public static interface FieldOption.Builder extends SdkPojo, CopyableBuilder<FieldOption.Builder,FieldOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldOption.Builderactive(Boolean active)Describes whether theFieldOptionis active (displayed) or inactive.FieldOption.Buildername(String name)FieldOptionNamehas max length 100 and disallows trailing spaces.FieldOption.Buildervalue(String value)FieldOptionValuehas max length 100 and must be alphanumeric with hyphens and underscores.-
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
-
active
FieldOption.Builder active(Boolean active)
Describes whether the
FieldOptionis active (displayed) or inactive.- Parameters:
active- Describes whether theFieldOptionis active (displayed) or inactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FieldOption.Builder name(String name)
FieldOptionNamehas max length 100 and disallows trailing spaces.- Parameters:
name-FieldOptionNamehas max length 100 and disallows trailing spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
FieldOption.Builder value(String value)
FieldOptionValuehas max length 100 and must be alphanumeric with hyphens and underscores.- Parameters:
value-FieldOptionValuehas max length 100 and must be alphanumeric with hyphens and underscores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-