public static interface GetCaseResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<GetCaseResponse.Builder,GetCaseResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCaseResponse.Builder |
fields(Collection<FieldValue> fields)
A list of detailed field information.
|
GetCaseResponse.Builder |
fields(Consumer<FieldValue.Builder>... fields)
A list of detailed field information.
|
GetCaseResponse.Builder |
fields(FieldValue... fields)
A list of detailed field information.
|
GetCaseResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetCaseResponse.Builder |
tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
GetCaseResponse.Builder |
templateId(String templateId)
A unique identifier of a template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCaseResponse.Builder fields(Collection<FieldValue> fields)
A list of detailed field information.
fields - A list of detailed field information.GetCaseResponse.Builder fields(FieldValue... fields)
A list of detailed field information.
fields - A list of detailed field information.GetCaseResponse.Builder fields(Consumer<FieldValue.Builder>... fields)
A list of detailed field information.
This is a convenience method that creates an instance of theFieldValue.Builder avoiding the need to create one
manually via FieldValue.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
FieldValue.Builder#fields(java.util.Collection) GetCaseResponse.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.GetCaseResponse.Builder tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or
control access for this resource.GetCaseResponse.Builder templateId(String templateId)
A unique identifier of a template.
templateId - A unique identifier of a template.Copyright © 2023. All rights reserved.