Class ArtifactsBucketLocation.Builder
java.lang.Object
software.amazon.awscdk.services.synthetics.alpha.ArtifactsBucketLocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ArtifactsBucketLocation>
- Enclosing interface:
ArtifactsBucketLocation
@Stability(Deprecated)
@Deprecated
public static final class ArtifactsBucketLocation.Builder
extends Object
implements software.amazon.jsii.Builder<ArtifactsBucketLocation>
Deprecated.
A builder for
ArtifactsBucketLocation-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
bucket
Deprecated.Sets the value ofArtifactsBucketLocation.getBucket()- Parameters:
bucket- The s3 location that stores the data of each run. This parameter is required.- Returns:
this
-
prefix
Deprecated.Sets the value ofArtifactsBucketLocation.getPrefix()- Parameters:
prefix- The S3 bucket prefix. Specify this if you want a more specific path within the artifacts bucket.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ArtifactsBucketLocation>- Returns:
- a new instance of
ArtifactsBucketLocation - Throws:
NullPointerException- if any required attribute was not provided
-