Class CfnJobPropsMixin.S3TableOutputOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.S3TableOutputOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.S3TableOutputOptionsProperty>
- Enclosing interface:
CfnJobPropsMixin.S3TableOutputOptionsProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.S3TableOutputOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.S3TableOutputOptionsProperty>
A builder for
CfnJobPropsMixin.S3TableOutputOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.location(CfnJobPropsMixin.S3LocationProperty location) Sets the value ofCfnJobPropsMixin.S3TableOutputOptionsProperty.getLocation()location(IResolvable location) Sets the value ofCfnJobPropsMixin.S3TableOutputOptionsProperty.getLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
location
@Stability(Stable) public CfnJobPropsMixin.S3TableOutputOptionsProperty.Builder location(IResolvable location) Sets the value ofCfnJobPropsMixin.S3TableOutputOptionsProperty.getLocation()- Parameters:
location- Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.- Returns:
this
-
location
@Stability(Stable) public CfnJobPropsMixin.S3TableOutputOptionsProperty.Builder location(CfnJobPropsMixin.S3LocationProperty location) Sets the value ofCfnJobPropsMixin.S3TableOutputOptionsProperty.getLocation()- Parameters:
location- Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.S3TableOutputOptionsProperty>- Returns:
- a new instance of
CfnJobPropsMixin.S3TableOutputOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-