Interface ListWhatsAppFlowAssetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWhatsAppFlowAssetsResponse.Builder,,ListWhatsAppFlowAssetsResponse> SdkBuilder<ListWhatsAppFlowAssetsResponse.Builder,,ListWhatsAppFlowAssetsResponse> SdkPojo,SdkResponse.Builder,SocialMessagingResponse.Builder
- Enclosing class:
ListWhatsAppFlowAssetsResponse
@Mutable
@NotThreadSafe
public static interface ListWhatsAppFlowAssetsResponse.Builder
extends SocialMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListWhatsAppFlowAssetsResponse.Builder,ListWhatsAppFlowAssetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowAssets(Collection<MetaFlowAsset> flowAssets) A list of Flow assets with download URLs.flowAssets(Consumer<MetaFlowAsset.Builder>... flowAssets) A list of Flow assets with download URLs.flowAssets(MetaFlowAsset... flowAssets) A list of Flow assets with download URLs.The token to retrieve the next page of results, if any.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.socialmessaging.model.SocialMessagingResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
flowAssets
A list of Flow assets with download URLs.
- Parameters:
flowAssets- A list of Flow assets with download URLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssets
A list of Flow assets with download URLs.
- Parameters:
flowAssets- A list of Flow assets with download URLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAssets
A list of Flow assets with download URLs.
This is a convenience method that creates an instance of theMetaFlowAsset.Builderavoiding the need to create one manually viaMetaFlowAsset.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflowAssets(List<MetaFlowAsset>).- Parameters:
flowAssets- a consumer that will call methods onMetaFlowAsset.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to retrieve the next page of results, if any.
- Parameters:
nextToken- The token to retrieve the next page of results, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-