Interface ListContactReferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListContactReferencesResponse.Builder,
,ListContactReferencesResponse> SdkBuilder<ListContactReferencesResponse.Builder,
,ListContactReferencesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListContactReferencesResponse
public static interface ListContactReferencesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactReferencesResponse.Builder,ListContactReferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf there are additional results, this is the token for the next set of results.referenceSummaryList
(Collection<ReferenceSummary> referenceSummaryList) Information about the flows.referenceSummaryList
(Consumer<ReferenceSummary.Builder>... referenceSummaryList) Information about the flows.referenceSummaryList
(ReferenceSummary... referenceSummaryList) Information about the flows.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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 Details
-
referenceSummaryList
ListContactReferencesResponse.Builder referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList) Information about the flows.
- Parameters:
referenceSummaryList
- Information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceSummaryList
ListContactReferencesResponse.Builder referenceSummaryList(ReferenceSummary... referenceSummaryList) Information about the flows.
- Parameters:
referenceSummaryList
- Information about the flows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceSummaryList
ListContactReferencesResponse.Builder referenceSummaryList(Consumer<ReferenceSummary.Builder>... referenceSummaryList) Information about the flows.
This is a convenience method that creates an instance of theReferenceSummary.Builder
avoiding the need to create one manually viaReferenceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreferenceSummaryList(List<ReferenceSummary>)
.- Parameters:
referenceSummaryList
- a consumer that will call methods onReferenceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
- Parameters:
nextToken
- If there are additional results, this is the token for the next set of results.This is always returned as null in the response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-