Uses of Interface
software.amazon.awssdk.services.connectcases.model.FieldGroup.Builder
-
Packages that use FieldGroup.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldGroup.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FieldGroup.Builder Modifier and Type Method Description static FieldGroup.BuilderFieldGroup. builder()FieldGroup.BuilderFieldGroup.Builder. fields(Collection<FieldItem> fields)Represents an ordered list containing field related information.FieldGroup.BuilderFieldGroup.Builder. fields(Consumer<FieldItem.Builder>... fields)Represents an ordered list containing field related information.FieldGroup.BuilderFieldGroup.Builder. fields(FieldItem... fields)Represents an ordered list containing field related information.FieldGroup.BuilderFieldGroup.Builder. name(String name)Name of the field group.FieldGroup.BuilderFieldGroup. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type FieldGroup.Builder Modifier and Type Method Description static Class<? extends FieldGroup.Builder>FieldGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type FieldGroup.Builder Modifier and Type Method Description default Section.BuilderSection.Builder. fieldGroup(Consumer<FieldGroup.Builder> fieldGroup)Consists of a group of fields and associated properties.static SectionSection. fromFieldGroup(Consumer<FieldGroup.Builder> fieldGroup)Create an instance of this class withSection.fieldGroup()initialized to the given value.
-