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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #functionEventInvokeConfigs(List) .functionEventInvokeConfigs - a consumer that will call methods on List.Builder #functionEventInvokeConfigs(List) 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 © 2022. All rights reserved.