Interface ListWhatsAppTemplateLibraryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListWhatsAppTemplateLibraryRequest.Builder,
,ListWhatsAppTemplateLibraryRequest> SdkBuilder<ListWhatsAppTemplateLibraryRequest.Builder,
,ListWhatsAppTemplateLibraryRequest> SdkPojo
,SdkRequest.Builder
,SocialMessagingRequest.Builder
- Enclosing class:
ListWhatsAppTemplateLibraryRequest
@Mutable
@NotThreadSafe
public static interface ListWhatsAppTemplateLibraryRequest.Builder
extends SocialMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListWhatsAppTemplateLibraryRequest.Builder,ListWhatsAppTemplateLibraryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionMap of filters to apply (searchKey, topic, usecase, industry, language).The ID of the WhatsApp Business Account to list library templates for.maxResults
(Integer maxResults) The maximum number of results to return per page (1-100).The token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.socialmessaging.model.SocialMessagingRequest.Builder
build
-
Method Details
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per page (1-100).
- Parameters:
maxResults
- The maximum number of results to return per page (1-100).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the WhatsApp Business Account to list library templates for.
- Parameters:
id
- The ID of the WhatsApp Business Account to list library templates for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Map of filters to apply (searchKey, topic, usecase, industry, language).
- Parameters:
filters
- Map of filters to apply (searchKey, topic, usecase, industry, language).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWhatsAppTemplateLibraryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListWhatsAppTemplateLibraryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-