Package com.pulumi.aws.glue.outputs
Class TriggerActionNotificationProperty.Builder
- java.lang.Object
-
- com.pulumi.aws.glue.outputs.TriggerActionNotificationProperty.Builder
-
- Enclosing class:
- TriggerActionNotificationProperty
public static final class TriggerActionNotificationProperty.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TriggerActionNotificationProperty defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TriggerActionNotificationProperty
build()
TriggerActionNotificationProperty.Builder
notifyDelayAfter(java.lang.Integer notifyDelayAfter)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TriggerActionNotificationProperty defaults)
-
-
Method Detail
-
notifyDelayAfter
public TriggerActionNotificationProperty.Builder notifyDelayAfter(@Nullable java.lang.Integer notifyDelayAfter)
-
build
public TriggerActionNotificationProperty build()
-
-