@Stability(value=Experimental) public static final class ArtifactsBucketLocation.Builder extends Object implements software.amazon.jsii.Builder<ArtifactsBucketLocation>
ArtifactsBucketLocation| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactsBucketLocation.Builder |
bucket(IBucket bucket)
Sets the value of
ArtifactsBucketLocation.getBucket() |
ArtifactsBucketLocation |
build()
Builds the configured instance.
|
ArtifactsBucketLocation.Builder |
prefix(String prefix)
Sets the value of
ArtifactsBucketLocation.getPrefix() |
@Stability(value=Experimental) public ArtifactsBucketLocation.Builder bucket(IBucket bucket)
ArtifactsBucketLocation.getBucket()bucket - The s3 location that stores the data of each run. This parameter is required.this@Stability(value=Experimental) public ArtifactsBucketLocation.Builder prefix(String prefix)
ArtifactsBucketLocation.getPrefix()prefix - The S3 bucket prefix.
Specify this if you want a more specific path within the artifacts bucket.this@Stability(value=Experimental) public ArtifactsBucketLocation build()
build in interface software.amazon.jsii.Builder<ArtifactsBucketLocation>ArtifactsBucketLocationNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.