public static interface ListLambdaFunctionsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLambdaFunctionsResponse.Builder |
lambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResponse.Builder |
lambdaFunctions(String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLambdaFunctionsResponse.Builder lambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.Builder lambdaFunctions(String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
lambdaFunctions - The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2021. All rights reserved.