Interface ListFunctionUrlConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFunctionUrlConfigsResponse.Builder,,ListFunctionUrlConfigsResponse> LambdaResponse.Builder,SdkBuilder<ListFunctionUrlConfigsResponse.Builder,,ListFunctionUrlConfigsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFunctionUrlConfigsResponse
public static interface ListFunctionUrlConfigsResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionUrlConfigsResponse.Builder,ListFunctionUrlConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) A list of function URL configurations.functionUrlConfigs(Consumer<FunctionUrlConfig.Builder>... functionUrlConfigs) A list of function URL configurations.functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs) A list of function URL configurations.nextMarker(String nextMarker) The pagination token that's included if more results are available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
functionUrlConfigs
ListFunctionUrlConfigsResponse.Builder functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) A list of function URL configurations.
- Parameters:
functionUrlConfigs- A list of function URL configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionUrlConfigs
A list of function URL configurations.
- Parameters:
functionUrlConfigs- A list of function URL configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionUrlConfigs
ListFunctionUrlConfigsResponse.Builder functionUrlConfigs(Consumer<FunctionUrlConfig.Builder>... functionUrlConfigs) A list of function URL configurations.
This is a convenience method that creates an instance of theFunctionUrlConfig.Builderavoiding the need to create one manually viaFunctionUrlConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionUrlConfigs(List<FunctionUrlConfig>).- Parameters:
functionUrlConfigs- a consumer that will call methods onFunctionUrlConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-