public static interface FunctionResponse.Builder extends SdkPojo, CopyableBuilder<FunctionResponse.Builder,FunctionResponse>
| Modifier and Type | Method and Description |
|---|---|
default FunctionResponse.Builder |
implementedBy(Consumer<DataConnector.Builder> implementedBy)
The data connector.
|
FunctionResponse.Builder |
implementedBy(DataConnector implementedBy)
The data connector.
|
FunctionResponse.Builder |
isInherited(Boolean isInherited)
Indicates whether this function is inherited.
|
FunctionResponse.Builder |
requiredProperties(Collection<String> requiredProperties)
The required properties of the function.
|
FunctionResponse.Builder |
requiredProperties(String... requiredProperties)
The required properties of the function.
|
FunctionResponse.Builder |
scope(Scope scope)
The scope of the function.
|
FunctionResponse.Builder |
scope(String scope)
The scope of the function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionResponse.Builder implementedBy(DataConnector implementedBy)
The data connector.
implementedBy - The data connector.default FunctionResponse.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)FunctionResponse.Builder isInherited(Boolean isInherited)
Indicates whether this function is inherited.
isInherited - Indicates whether this function is inherited.FunctionResponse.Builder requiredProperties(Collection<String> requiredProperties)
The required properties of the function.
requiredProperties - The required properties of the function.FunctionResponse.Builder requiredProperties(String... requiredProperties)
The required properties of the function.
requiredProperties - The required properties of the function.FunctionResponse.Builder scope(String scope)
The scope of the function.
FunctionResponse.Builder scope(Scope scope)
The scope of the function.
Copyright © 2022. All rights reserved.