Class S3SourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.S3SourceProps.Jsii$Proxy
- All Implemented Interfaces:
S3SourceProps
,SourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3SourceProps
@Stability(Stable)
@Internal
public static final class S3SourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3SourceProps
An implementation for
S3SourceProps
-
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.codebuild.S3SourceProps
S3SourceProps.Builder, S3SourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(S3SourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3SourceProps.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 theS3SourceProps.Builder
.
-
-
Method Details
-
getBucket
- Specified by:
getBucket
in interfaceS3SourceProps
-
getPath
- Specified by:
getPath
in interfaceS3SourceProps
-
getVersion
Description copied from interface:S3SourceProps
The version ID of the object that represents the build input ZIP file to use.Default: latest
- Specified by:
getVersion
in interfaceS3SourceProps
-
getIdentifier
Description copied from interface:SourceProps
The source identifier.This property is required on secondary sources.
- Specified by:
getIdentifier
in interfaceSourceProps
-
$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()
-