Interface GetCaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectCasesResponse.Builder,CopyableBuilder<GetCaseResponse.Builder,GetCaseResponse>,SdkBuilder<GetCaseResponse.Builder,GetCaseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCaseResponse
public static interface GetCaseResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<GetCaseResponse.Builder,GetCaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCaseResponse.Builderfields(Collection<FieldValue> fields)A list of detailed field information.GetCaseResponse.Builderfields(Consumer<FieldValue.Builder>... fields)A list of detailed field information.GetCaseResponse.Builderfields(FieldValue... fields)A list of detailed field information.GetCaseResponse.BuildernextToken(String nextToken)The token for the next set of results.GetCaseResponse.Buildertags(Map<String,String> tags)A map of of key-value pairs that represent tags on a resource.GetCaseResponse.BuildertemplateId(String templateId)A unique identifier of a template.-
Methods inherited from interface software.amazon.awssdk.services.connectcases.model.ConnectCasesResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fields
GetCaseResponse.Builder fields(Collection<FieldValue> fields)
A list of detailed field information.
- Parameters:
fields- A list of detailed field information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
GetCaseResponse.Builder fields(FieldValue... fields)
A list of detailed field information.
- Parameters:
fields- A list of detailed field information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
GetCaseResponse.Builder fields(Consumer<FieldValue.Builder>... fields)
A list of detailed field information.
This is a convenience method that creates an instance of theFieldValue.Builderavoiding the need to create one manually viaFieldValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fields(List.) - Parameters:
fields- a consumer that will call methods onFieldValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fields(java.util.Collection)
-
nextToken
GetCaseResponse.Builder nextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
- Parameters:
nextToken- The token for the next set of results. This is null if there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
GetCaseResponse.Builder templateId(String templateId)
A unique identifier of a template.
- Parameters:
templateId- A unique identifier of a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-