Class ArtifactsBucketLocation.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.ArtifactsBucketLocation.Jsii$Proxy
- All Implemented Interfaces:
ArtifactsBucketLocation
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ArtifactsBucketLocation
@Stability(Experimental)
@Internal
public static final class ArtifactsBucketLocation.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ArtifactsBucketLocation
An implementation for
ArtifactsBucketLocation
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.synthetics.ArtifactsBucketLocation
ArtifactsBucketLocation.Builder, ArtifactsBucketLocation.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theArtifactsBucketLocation.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theArtifactsBucketLocation.Builder
.
-
-
Method Details
-
getBucket
Description copied from interface:ArtifactsBucketLocation
(experimental) The s3 location that stores the data of each run.- Specified by:
getBucket
in interfaceArtifactsBucketLocation
-
getPrefix
Description copied from interface:ArtifactsBucketLocation
(experimental) The S3 bucket prefix.Specify this if you want a more specific path within the artifacts bucket.
Default: - no prefix
- Specified by:
getPrefix
in interfaceArtifactsBucketLocation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-