public static interface ListFieldsResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<ListFieldsResponse.Builder,ListFieldsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFieldsResponse.Builder |
fields(Collection<FieldSummary> fields)
List of detailed field information.
|
ListFieldsResponse.Builder |
fields(Consumer<FieldSummary.Builder>... fields)
List of detailed field information.
|
ListFieldsResponse.Builder |
fields(FieldSummary... fields)
List of detailed field information.
|
ListFieldsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFieldsResponse.Builder fields(Collection<FieldSummary> fields)
List of detailed field information.
fields - List of detailed field information.ListFieldsResponse.Builder fields(FieldSummary... fields)
List of detailed field information.
fields - List of detailed field information.ListFieldsResponse.Builder fields(Consumer<FieldSummary.Builder>... fields)
List of detailed field information.
This is a convenience method that creates an instance of theFieldSummary.Builder avoiding the need to create
one manually via FieldSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fields(List.
fields - a consumer that will call methods on
FieldSummary.Builder#fields(java.util.Collection) ListFieldsResponse.Builder nextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken - The token for the next set of results. This is null if there are no more results to return.Copyright © 2023. All rights reserved.