Class CloudbuildTriggerBuildSourceStorageSourceOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.074Z")
    @Stability(Stable)
    public class CloudbuildTriggerBuildSourceStorageSourceOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerBuildSourceStorageSourceOutputReference

        protected CloudbuildTriggerBuildSourceStorageSourceOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • CloudbuildTriggerBuildSourceStorageSourceOutputReference

        protected CloudbuildTriggerBuildSourceStorageSourceOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • CloudbuildTriggerBuildSourceStorageSourceOutputReference

        @Stability(Stable)
        public CloudbuildTriggerBuildSourceStorageSourceOutputReference​(@NotNull
                                                                        com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                        @NotNull
                                                                        String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetGeneration

        @Stability(Stable)
        public void resetGeneration()
      • getBucketInput

        @Stability(Stable)
        @Nullable
        public String getBucketInput()
      • getGenerationInput

        @Stability(Stable)
        @Nullable
        public String getGenerationInput()
      • getObjectInput

        @Stability(Stable)
        @Nullable
        public String getObjectInput()
      • getBucket

        @Stability(Stable)
        @NotNull
        public String getBucket()
      • setBucket

        @Stability(Stable)
        public void setBucket​(@NotNull
                              String value)
      • getGeneration

        @Stability(Stable)
        @NotNull
        public String getGeneration()
      • setGeneration

        @Stability(Stable)
        public void setGeneration​(@NotNull
                                  String value)
      • getObject

        @Stability(Stable)
        @NotNull
        public String getObject()
      • setObject

        @Stability(Stable)
        public void setObject​(@NotNull
                              String value)