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