Interface ListFunctionEventInvokeConfigsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListFunctionEventInvokeConfigsResponse.Builder,,- ListFunctionEventInvokeConfigsResponse> - LambdaResponse.Builder,- SdkBuilder<ListFunctionEventInvokeConfigsResponse.Builder,,- ListFunctionEventInvokeConfigsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListFunctionEventInvokeConfigsResponse
@Mutable
@NotThreadSafe
public static interface ListFunctionEventInvokeConfigsResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionEventInvokeConfigsResponse.Builder,ListFunctionEventInvokeConfigsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfunctionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs) A list of configurations.functionEventInvokeConfigs(Consumer<FunctionEventInvokeConfig.Builder>... functionEventInvokeConfigs) A list of configurations.functionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs) A list of configurations.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- 
functionEventInvokeConfigsListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs) A list of configurations. - Parameters:
- functionEventInvokeConfigs- A list of configurations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionEventInvokeConfigsListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs) A list of configurations. - Parameters:
- functionEventInvokeConfigs- A list of configurations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionEventInvokeConfigsListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(Consumer<FunctionEventInvokeConfig.Builder>... functionEventInvokeConfigs) A list of configurations. This is a convenience method that creates an instance of theFunctionEventInvokeConfig.Builderavoiding the need to create one manually viaFunctionEventInvokeConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionEventInvokeConfigs(List<FunctionEventInvokeConfig>).- Parameters:
- functionEventInvokeConfigs- a consumer that will call methods on- FunctionEventInvokeConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
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.
 
 
-