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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the S3SourceProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final IBucket
     
    final String
    The source identifier.
    final String
     
    final String
    The version ID of the object that represents the build input ZIP file to use.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(S3SourceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the S3SourceProps.Builder.
  • Method Details

    • getBucket

      public final IBucket getBucket()
      Specified by:
      getBucket in interface S3SourceProps
    • getPath

      public final String getPath()
      Specified by:
      getPath in interface S3SourceProps
    • getVersion

      public final String 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 interface S3SourceProps
    • getIdentifier

      public final String getIdentifier()
      Description copied from interface: SourceProps
      The source identifier.

      This property is required on secondary sources.

      Specified by:
      getIdentifier in interface SourceProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object