Interface ListContentAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListContentAssociationsResponse.Builder,ListContentAssociationsResponse>,QConnectResponse.Builder,SdkBuilder<ListContentAssociationsResponse.Builder,ListContentAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListContentAssociationsResponse
public static interface ListContentAssociationsResponse.Builder extends QConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContentAssociationsResponse.Builder,ListContentAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContentAssociationsResponse.BuildercontentAssociationSummaries(Collection<ContentAssociationSummary> contentAssociationSummaries)Summary information about content associations.ListContentAssociationsResponse.BuildercontentAssociationSummaries(Consumer<ContentAssociationSummary.Builder>... contentAssociationSummaries)Summary information about content associations.ListContentAssociationsResponse.BuildercontentAssociationSummaries(ContentAssociationSummary... contentAssociationSummaries)Summary information about content associations.ListContentAssociationsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaContentAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#contentAssociationSummaries(List.) - 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:
#contentAssociationSummaries(java.util.Collection)
-
nextToken
ListContentAssociationsResponse.Builder nextToken(String 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.
-
-