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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFunctionEventInvokeConfigsResponse.BuilderfunctionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)A list of configurations.ListFunctionEventInvokeConfigsResponse.BuilderfunctionEventInvokeConfigs(Consumer<FunctionEventInvokeConfig.Builder>... functionEventInvokeConfigs)A list of configurations.ListFunctionEventInvokeConfigsResponse.BuilderfunctionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs)A list of configurations.ListFunctionEventInvokeConfigsResponse.BuildernextMarker(String nextMarker)The pagination token that's included if more results are available.- 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builderbuild, responseMetadata, responseMetadata
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
 
- 
 
- 
- 
- 
Method Detail- 
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 to#functionEventInvokeConfigs(List.) - 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:
- #functionEventInvokeConfigs(java.util.Collection- ) 
 
 - 
nextMarkerListFunctionEventInvokeConfigsResponse.Builder nextMarker(String nextMarker) The 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.
 
 
- 
 
-