Class CfnJobPropsMixin.OutputLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.OutputLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.OutputLocationProperty>
- Enclosing interface:
CfnJobPropsMixin.OutputLocationProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.OutputLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.OutputLocationProperty>
A builder for
CfnJobPropsMixin.OutputLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnJobPropsMixin.OutputLocationProperty.getBucket()bucketOwner(String bucketOwner) Sets the value ofCfnJobPropsMixin.OutputLocationProperty.getBucketOwner()build()Builds the configured instance.Sets the value ofCfnJobPropsMixin.OutputLocationProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
Sets the value ofCfnJobPropsMixin.OutputLocationProperty.getBucket()- Parameters:
bucket- The Amazon S3 bucket name.- Returns:
this
-
bucketOwner
@Stability(Stable) public CfnJobPropsMixin.OutputLocationProperty.Builder bucketOwner(String bucketOwner) Sets the value ofCfnJobPropsMixin.OutputLocationProperty.getBucketOwner()- Parameters:
bucketOwner- the value to be set.- Returns:
this
-
key
Sets the value ofCfnJobPropsMixin.OutputLocationProperty.getKey()- Parameters:
key- The unique name of the object in the bucket.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.OutputLocationProperty>- Returns:
- a new instance of
CfnJobPropsMixin.OutputLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-