Class NotificationPreferenceResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.databox.outputs.NotificationPreferenceResponse.Builder
-
- Enclosing class:
- NotificationPreferenceResponse
public static final class NotificationPreferenceResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(NotificationPreferenceResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationPreferenceResponse
build()
NotificationPreferenceResponse.Builder
sendNotification(java.lang.Boolean sendNotification)
NotificationPreferenceResponse.Builder
stageName(java.lang.String stageName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NotificationPreferenceResponse defaults)
-
-
Method Detail
-
sendNotification
public NotificationPreferenceResponse.Builder sendNotification(java.lang.Boolean sendNotification)
-
stageName
public NotificationPreferenceResponse.Builder stageName(java.lang.String stageName)
-
build
public NotificationPreferenceResponse build()
-
-