Class ScheduledEventsProfileResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.ScheduledEventsProfileResponse.Builder
-
- Enclosing class:
- ScheduledEventsProfileResponse
public static final class ScheduledEventsProfileResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ScheduledEventsProfileResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledEventsProfileResponse
build()
ScheduledEventsProfileResponse.Builder
osImageNotificationProfile(OSImageNotificationProfileResponse osImageNotificationProfile)
ScheduledEventsProfileResponse.Builder
terminateNotificationProfile(TerminateNotificationProfileResponse terminateNotificationProfile)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ScheduledEventsProfileResponse defaults)
-
-
Method Detail
-
osImageNotificationProfile
public ScheduledEventsProfileResponse.Builder osImageNotificationProfile(@Nullable OSImageNotificationProfileResponse osImageNotificationProfile)
-
terminateNotificationProfile
public ScheduledEventsProfileResponse.Builder terminateNotificationProfile(@Nullable TerminateNotificationProfileResponse terminateNotificationProfile)
-
build
public ScheduledEventsProfileResponse build()
-
-