public static interface ListFunctionEventInvokeConfigsResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionEventInvokeConfigsResponse.Builder,ListFunctionEventInvokeConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionEventInvokeConfigsResponse.Builder |
functionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)
A list of configurations.
|
ListFunctionEventInvokeConfigsResponse.Builder |
functionEventInvokeConfigs(Consumer<FunctionEventInvokeConfig.Builder>... functionEventInvokeConfigs)
A list of configurations.
|
ListFunctionEventInvokeConfigsResponse.Builder |
functionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs)
A list of configurations.
|
ListFunctionEventInvokeConfigsResponse.Builder |
nextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(Collection<FunctionEventInvokeConfig> functionEventInvokeConfigs)
A list of configurations.
functionEventInvokeConfigs - A list of configurations.ListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(FunctionEventInvokeConfig... functionEventInvokeConfigs)
A list of configurations.
functionEventInvokeConfigs - A list of configurations.ListFunctionEventInvokeConfigsResponse.Builder functionEventInvokeConfigs(Consumer<FunctionEventInvokeConfig.Builder>... functionEventInvokeConfigs)
A list of configurations.
This is a convenience method that creates an instance of theFunctionEventInvokeConfig.Builder avoiding the need to
create one manually via
FunctionEventInvokeConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #functionEventInvokeConfigs(List.
functionEventInvokeConfigs - a consumer that will call methods on
FunctionEventInvokeConfig.Builder#functionEventInvokeConfigs(java.util.Collection) ListFunctionEventInvokeConfigsResponse.Builder nextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker - The pagination token that's included if more results are available.Copyright © 2023. All rights reserved.