Class StorageTransferJobEventStreamOutputReference

  • 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:22.880Z")
    @Stability(Stable)
    public class StorageTransferJobEventStreamOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • StorageTransferJobEventStreamOutputReference

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

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

        @Stability(Stable)
        public StorageTransferJobEventStreamOutputReference​(@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

      • resetEventStreamExpirationTime

        @Stability(Stable)
        public void resetEventStreamExpirationTime()
      • resetEventStreamStartTime

        @Stability(Stable)
        public void resetEventStreamStartTime()
      • getEventStreamExpirationTimeInput

        @Stability(Stable)
        @Nullable
        public String getEventStreamExpirationTimeInput()
      • getEventStreamStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getEventStreamStartTimeInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getEventStreamExpirationTime

        @Stability(Stable)
        @NotNull
        public String getEventStreamExpirationTime()
      • setEventStreamExpirationTime

        @Stability(Stable)
        public void setEventStreamExpirationTime​(@NotNull
                                                 String value)
      • getEventStreamStartTime

        @Stability(Stable)
        @NotNull
        public String getEventStreamStartTime()
      • setEventStreamStartTime

        @Stability(Stable)
        public void setEventStreamStartTime​(@NotNull
                                            String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

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