| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldGroup.Builder |
FieldGroup.builder() |
FieldGroup.Builder |
FieldGroup.Builder.fields(Collection<FieldItem> fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
FieldGroup.Builder.fields(Consumer<FieldItem.Builder>... fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
FieldGroup.Builder.fields(FieldItem... fields)
Represents an ordered list containing field related information.
|
FieldGroup.Builder |
FieldGroup.Builder.name(String name)
Name of the field group.
|
FieldGroup.Builder |
FieldGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FieldGroup.Builder> |
FieldGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Section.Builder |
Section.Builder.fieldGroup(Consumer<FieldGroup.Builder> fieldGroup)
Consists of a group of fields and associated properties.
|
static Section |
Section.fromFieldGroup(Consumer<FieldGroup.Builder> fieldGroup)
Create an instance of this class with
Section.fieldGroup() initialized to the given value. |
Copyright © 2023. All rights reserved.