Class CfnUserDefinedFunction.ResourceUriProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnUserDefinedFunction.ResourceUriProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserDefinedFunction.ResourceUriProperty>
- Enclosing interface:
CfnUserDefinedFunction.ResourceUriProperty
@Stability(Stable)
public static final class CfnUserDefinedFunction.ResourceUriProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserDefinedFunction.ResourceUriProperty>
A builder for
CfnUserDefinedFunction.ResourceUriProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceType(String resourceType) Sets the value ofCfnUserDefinedFunction.ResourceUriProperty.getResourceType()Sets the value ofCfnUserDefinedFunction.ResourceUriProperty.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceType
@Stability(Stable) public CfnUserDefinedFunction.ResourceUriProperty.Builder resourceType(String resourceType) Sets the value ofCfnUserDefinedFunction.ResourceUriProperty.getResourceType()- Parameters:
resourceType- The type of the resource.- Returns:
this
-
uri
Sets the value ofCfnUserDefinedFunction.ResourceUriProperty.getUri()- Parameters:
uri- The URI for accessing the resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserDefinedFunction.ResourceUriProperty>- Returns:
- a new instance of
CfnUserDefinedFunction.ResourceUriProperty - Throws:
NullPointerException- if any required attribute was not provided
-