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