public static interface ListFunctionUrlConfigsResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionUrlConfigsResponse.Builder,ListFunctionUrlConfigsResponse>
Modifier and Type | Method and Description |
---|---|
ListFunctionUrlConfigsResponse.Builder |
functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs)
A list of function URL configurations.
|
ListFunctionUrlConfigsResponse.Builder |
functionUrlConfigs(Consumer<FunctionUrlConfig.Builder>... functionUrlConfigs)
A list of function URL configurations.
|
ListFunctionUrlConfigsResponse.Builder |
functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
A list of function URL configurations.
|
ListFunctionUrlConfigsResponse.Builder |
nextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFunctionUrlConfigsResponse.Builder functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs)
A list of function URL configurations.
functionUrlConfigs
- A list of function URL configurations.ListFunctionUrlConfigsResponse.Builder functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
A list of function URL configurations.
functionUrlConfigs
- A list of function URL configurations.ListFunctionUrlConfigsResponse.Builder functionUrlConfigs(Consumer<FunctionUrlConfig.Builder>... functionUrlConfigs)
A list of function URL 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 #functionUrlConfigs(List)
.functionUrlConfigs
- a consumer that will call methods on List.Builder
#functionUrlConfigs(List)
ListFunctionUrlConfigsResponse.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.