public static final class ArtifactsBucketLocation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArtifactsBucketLocation
ArtifactsBucketLocation
ArtifactsBucketLocation.Builder, ArtifactsBucketLocation.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IBucket |
getBucket()
(experimental) The s3 location that stores the data of each run.
|
java.lang.String |
getPrefix()
(experimental) The S3 bucket prefix.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getBucket()
ArtifactsBucketLocation
getBucket
in interface ArtifactsBucketLocation
public final java.lang.String getPrefix()
ArtifactsBucketLocation
Specify this if you want a more specific path within the artifacts bucket.
Default: - no prefix
getPrefix
in interface ArtifactsBucketLocation
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()