@Stability(value=Stable) public static final class CfnJob.OutputLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.OutputLocationProperty>
CfnJob.OutputLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.OutputLocationProperty.Builder |
bucket(String bucket)
Sets the value of
CfnJob.OutputLocationProperty.getBucket() |
CfnJob.OutputLocationProperty.Builder |
bucketOwner(String bucketOwner)
Sets the value of
CfnJob.OutputLocationProperty.getBucketOwner() |
CfnJob.OutputLocationProperty |
build()
Builds the configured instance.
|
CfnJob.OutputLocationProperty.Builder |
key(String key)
Sets the value of
CfnJob.OutputLocationProperty.getKey() |
@Stability(value=Stable) public CfnJob.OutputLocationProperty.Builder bucket(String bucket)
CfnJob.OutputLocationProperty.getBucket()bucket - The Amazon S3 bucket name. This parameter is required.this@Stability(value=Stable) public CfnJob.OutputLocationProperty.Builder bucketOwner(String bucketOwner)
CfnJob.OutputLocationProperty.getBucketOwner()bucketOwner - `CfnJob.OutputLocationProperty.BucketOwner`.this@Stability(value=Stable) public CfnJob.OutputLocationProperty.Builder key(String key)
CfnJob.OutputLocationProperty.getKey()key - The unique name of the object in the bucket.this@Stability(value=Stable) public CfnJob.OutputLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.OutputLocationProperty>CfnJob.OutputLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.