public static final class CfnJob.OutputLocationProperty.Builder
extends java.lang.Object
CfnJob.OutputLocationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJob.OutputLocationProperty.Builder |
bucket(java.lang.String bucket)
Sets the value of
CfnJob.OutputLocationProperty.getBucket() |
CfnJob.OutputLocationProperty.Builder |
bucketOwner(java.lang.String bucketOwner)
Sets the value of
CfnJob.OutputLocationProperty.getBucketOwner() |
CfnJob.OutputLocationProperty |
build()
Builds the configured instance.
|
CfnJob.OutputLocationProperty.Builder |
key(java.lang.String key)
Sets the value of
CfnJob.OutputLocationProperty.getKey() |
public CfnJob.OutputLocationProperty.Builder bucket(java.lang.String bucket)
CfnJob.OutputLocationProperty.getBucket()
bucket
- The Amazon S3 bucket name. This parameter is required.this
public CfnJob.OutputLocationProperty.Builder bucketOwner(java.lang.String bucketOwner)
CfnJob.OutputLocationProperty.getBucketOwner()
bucketOwner
- `CfnJob.OutputLocationProperty.BucketOwner`.this
public CfnJob.OutputLocationProperty.Builder key(java.lang.String key)
CfnJob.OutputLocationProperty.getKey()
key
- The unique name of the object in the bucket.this
public CfnJob.OutputLocationProperty build()
CfnJob.OutputLocationProperty
java.lang.NullPointerException
- if any required attribute was not provided