Interface ListLambdaFunctionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>,SdkBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLambdaFunctionsResponse
public static interface ListLambdaFunctionsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLambdaFunctionsResponse.Builder,ListLambdaFunctionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLambdaFunctionsResponse.BuilderlambdaFunctions(String... lambdaFunctions)The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.BuilderlambdaFunctions(Collection<String> lambdaFunctions)The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.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.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lambdaFunctions
ListLambdaFunctionsResponse.Builder lambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
- Parameters:
lambdaFunctions- The Lambdafunction ARNs associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaFunctions
ListLambdaFunctionsResponse.Builder lambdaFunctions(String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
- Parameters:
lambdaFunctions- The Lambdafunction ARNs associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLambdaFunctionsResponse.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.
-
-