Class CfnUserDefinedFunctionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnUserDefinedFunctionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserDefinedFunctionMixinProps>
- Enclosing interface:
CfnUserDefinedFunctionMixinProps
@Stability(Stable)
public static final class CfnUserDefinedFunctionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserDefinedFunctionMixinProps>
A builder for
CfnUserDefinedFunctionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserDefinedFunctionMixinProps.getClassName()databaseName(String databaseName) Sets the value ofCfnUserDefinedFunctionMixinProps.getDatabaseName()functionName(String functionName) Sets the value ofCfnUserDefinedFunctionMixinProps.getFunctionName()functionType(String functionType) Sets the value ofCfnUserDefinedFunctionMixinProps.getFunctionType()Sets the value ofCfnUserDefinedFunctionMixinProps.getOwnerName()Sets the value ofCfnUserDefinedFunctionMixinProps.getOwnerType()resourceUris(List<? extends Object> resourceUris) Sets the value ofCfnUserDefinedFunctionMixinProps.getResourceUris()resourceUris(IResolvable resourceUris) Sets the value ofCfnUserDefinedFunctionMixinProps.getResourceUris()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
className
Sets the value ofCfnUserDefinedFunctionMixinProps.getClassName()- Parameters:
className- The Java class that contains the function code.- Returns:
this
-
databaseName
@Stability(Stable) public CfnUserDefinedFunctionMixinProps.Builder databaseName(String databaseName) Sets the value ofCfnUserDefinedFunctionMixinProps.getDatabaseName()- Parameters:
databaseName- The name of the catalog database in which the function is located.- Returns:
this
-
functionName
@Stability(Stable) public CfnUserDefinedFunctionMixinProps.Builder functionName(String functionName) Sets the value ofCfnUserDefinedFunctionMixinProps.getFunctionName()- Parameters:
functionName- The name of the function.- Returns:
this
-
functionType
@Stability(Stable) public CfnUserDefinedFunctionMixinProps.Builder functionType(String functionType) Sets the value ofCfnUserDefinedFunctionMixinProps.getFunctionType()- Parameters:
functionType- The type of the function.- Returns:
this
-
ownerName
Sets the value ofCfnUserDefinedFunctionMixinProps.getOwnerName()- Parameters:
ownerName- The owner of the function.- Returns:
this
-
ownerType
Sets the value ofCfnUserDefinedFunctionMixinProps.getOwnerType()- Parameters:
ownerType- The owner type.- Returns:
this
-
resourceUris
@Stability(Stable) public CfnUserDefinedFunctionMixinProps.Builder resourceUris(IResolvable resourceUris) Sets the value ofCfnUserDefinedFunctionMixinProps.getResourceUris()- Parameters:
resourceUris- The resource URIs for the function.- Returns:
this
-
resourceUris
@Stability(Stable) public CfnUserDefinedFunctionMixinProps.Builder resourceUris(List<? extends Object> resourceUris) Sets the value ofCfnUserDefinedFunctionMixinProps.getResourceUris()- Parameters:
resourceUris- The resource URIs for the function.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserDefinedFunctionMixinProps>- Returns:
- a new instance of
CfnUserDefinedFunctionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-