Interface ListFunctionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListFunctionsResponse.Builder,,- ListFunctionsResponse> - LambdaResponse.Builder,- SdkBuilder<ListFunctionsResponse.Builder,,- ListFunctionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListFunctionsResponse
@Mutable
@NotThreadSafe
public static interface ListFunctionsResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfunctions(Collection<FunctionConfiguration> functions) A list of Lambda functions.functions(Consumer<FunctionConfiguration.Builder>... functions) A list of Lambda functions.functions(FunctionConfiguration... functions) A list of Lambda functions.nextMarker(String nextMarker) The pagination token that's included if more results are available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextMarkerThe pagination token that's included if more results are available. - Parameters:
- nextMarker- The pagination token that's included if more results are available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionsA list of Lambda functions. - Parameters:
- functions- A list of Lambda functions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionsA list of Lambda functions. - Parameters:
- functions- A list of Lambda functions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionsA list of Lambda functions. This is a convenience method that creates an instance of theFunctionConfiguration.Builderavoiding the need to create one manually viaFunctionConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctions(List<FunctionConfiguration>).- Parameters:
- functions- a consumer that will call methods on- FunctionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-