Interface ListMessageTemplateVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMessageTemplateVersionsResponse.Builder,,ListMessageTemplateVersionsResponse> QConnectResponse.Builder,SdkBuilder<ListMessageTemplateVersionsResponse.Builder,,ListMessageTemplateVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListMessageTemplateVersionsResponse
@Mutable
@NotThreadSafe
public static interface ListMessageTemplateVersionsResponse.Builder
extends QConnectResponse.Builder, SdkPojo, CopyableBuilder<ListMessageTemplateVersionsResponse.Builder,ListMessageTemplateVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmessageTemplateVersionSummaries(Collection<MessageTemplateVersionSummary> messageTemplateVersionSummaries) Summary information about the versions of a message template.messageTemplateVersionSummaries(Consumer<MessageTemplateVersionSummary.Builder>... messageTemplateVersionSummaries) Summary information about the versions of a message template.messageTemplateVersionSummaries(MessageTemplateVersionSummary... messageTemplateVersionSummaries) Summary information about the versions of a message template.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
copyMethods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
messageTemplateVersionSummaries
ListMessageTemplateVersionsResponse.Builder messageTemplateVersionSummaries(Collection<MessageTemplateVersionSummary> messageTemplateVersionSummaries) Summary information about the versions of a message template.
- Parameters:
messageTemplateVersionSummaries- Summary information about the versions of a message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTemplateVersionSummaries
ListMessageTemplateVersionsResponse.Builder messageTemplateVersionSummaries(MessageTemplateVersionSummary... messageTemplateVersionSummaries) Summary information about the versions of a message template.
- Parameters:
messageTemplateVersionSummaries- Summary information about the versions of a message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTemplateVersionSummaries
ListMessageTemplateVersionsResponse.Builder messageTemplateVersionSummaries(Consumer<MessageTemplateVersionSummary.Builder>... messageTemplateVersionSummaries) Summary information about the versions of a message template.
This is a convenience method that creates an instance of theMessageTemplateVersionSummary.Builderavoiding the need to create one manually viaMessageTemplateVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomessageTemplateVersionSummaries(List<MessageTemplateVersionSummary>).- Parameters:
messageTemplateVersionSummaries- a consumer that will call methods onMessageTemplateVersionSummary.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.
-