public static interface FunctionRequest.Builder extends SdkPojo, CopyableBuilder<FunctionRequest.Builder,FunctionRequest>
| Modifier and Type | Method and Description |
|---|---|
default FunctionRequest.Builder |
implementedBy(Consumer<DataConnector.Builder> implementedBy)
The data connector.
|
FunctionRequest.Builder |
implementedBy(DataConnector implementedBy)
The data connector.
|
FunctionRequest.Builder |
requiredProperties(Collection<String> requiredProperties)
The required properties of the function.
|
FunctionRequest.Builder |
requiredProperties(String... requiredProperties)
The required properties of the function.
|
FunctionRequest.Builder |
scope(Scope scope)
The scope of the function.
|
FunctionRequest.Builder |
scope(String scope)
The scope of the function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionRequest.Builder implementedBy(DataConnector implementedBy)
The data connector.
implementedBy - The data connector.default FunctionRequest.Builder implementedBy(Consumer<DataConnector.Builder> implementedBy)
The data connector.
This is a convenience method that creates an instance of theDataConnector.Builder avoiding the need
to create one manually via DataConnector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to implementedBy(DataConnector).implementedBy - a consumer that will call methods on DataConnector.BuilderimplementedBy(DataConnector)FunctionRequest.Builder requiredProperties(Collection<String> requiredProperties)
The required properties of the function.
requiredProperties - The required properties of the function.FunctionRequest.Builder requiredProperties(String... requiredProperties)
The required properties of the function.
requiredProperties - The required properties of the function.FunctionRequest.Builder scope(String scope)
The scope of the function.
FunctionRequest.Builder scope(Scope scope)
The scope of the function.
Copyright © 2022. All rights reserved.