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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContactReferencesResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListContactReferencesResponse.BuilderreferenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)Information about the flows.ListContactReferencesResponse.BuilderreferenceSummaryList(Consumer<ReferenceSummary.Builder>... referenceSummaryList)Information about the flows.ListContactReferencesResponse.BuilderreferenceSummaryList(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 Detail
-
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.Builderavoiding the need to create one manually viaReferenceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#referenceSummaryList(List.) - 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:
#referenceSummaryList(java.util.Collection)
-
nextToken
ListContactReferencesResponse.Builder nextToken(String 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.
-
-