Interface GetCaseAuditEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectCasesResponse.Builder
,CopyableBuilder<GetCaseAuditEventsResponse.Builder,
,GetCaseAuditEventsResponse> SdkBuilder<GetCaseAuditEventsResponse.Builder,
,GetCaseAuditEventsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCaseAuditEventsResponse
@Mutable
@NotThreadSafe
public static interface GetCaseAuditEventsResponse.Builder
extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<GetCaseAuditEventsResponse.Builder,GetCaseAuditEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauditEvents
(Collection<AuditEvent> auditEvents) A list of case audits where each represents a particular edit of the case.auditEvents
(Consumer<AuditEvent.Builder>... auditEvents) A list of case audits where each represents a particular edit of the case.auditEvents
(AuditEvent... auditEvents) A list of case audits where each represents a particular edit of the case.The token for the next set of results.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
auditEvents
A list of case audits where each represents a particular edit of the case.
- Parameters:
auditEvents
- A list of case audits where each represents a particular edit of the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditEvents
A list of case audits where each represents a particular edit of the case.
- Parameters:
auditEvents
- A list of case audits where each represents a particular edit of the case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditEvents
A list of case audits where each represents a particular edit of the case.
This is a convenience method that creates an instance of theAuditEvent.Builder
avoiding the need to create one manually viaAuditEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauditEvents(List<AuditEvent>)
.- Parameters:
auditEvents
- a consumer that will call methods onAuditEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-