Interface ListContentAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListContentAssociationsResponse.Builder,
,ListContentAssociationsResponse> QConnectResponse.Builder
,SdkBuilder<ListContentAssociationsResponse.Builder,
,ListContentAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListContentAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListContentAssociationsResponse.Builder
extends QConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContentAssociationsResponse.Builder,ListContentAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontentAssociationSummaries
(Collection<ContentAssociationSummary> contentAssociationSummaries) Summary information about content associations.contentAssociationSummaries
(Consumer<ContentAssociationSummary.Builder>... contentAssociationSummaries) Summary information about content associations.contentAssociationSummaries
(ContentAssociationSummary... contentAssociationSummaries) Summary information about content associations.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectResponse.Builder
build, responseMetadata, responseMetadata
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
-
contentAssociationSummaries
ListContentAssociationsResponse.Builder contentAssociationSummaries(Collection<ContentAssociationSummary> contentAssociationSummaries) Summary information about content associations.
- Parameters:
contentAssociationSummaries
- Summary information about content associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentAssociationSummaries
ListContentAssociationsResponse.Builder contentAssociationSummaries(ContentAssociationSummary... contentAssociationSummaries) Summary information about content associations.
- Parameters:
contentAssociationSummaries
- Summary information about content associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentAssociationSummaries
ListContentAssociationsResponse.Builder contentAssociationSummaries(Consumer<ContentAssociationSummary.Builder>... contentAssociationSummaries) Summary information about content associations.
This is a convenience method that creates an instance of theContentAssociationSummary.Builder
avoiding the need to create one manually viaContentAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontentAssociationSummaries(List<ContentAssociationSummary>)
.- Parameters:
contentAssociationSummaries
- a consumer that will call methods onContentAssociationSummary.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.
- Parameters:
nextToken
- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-