Class ApplicationNotificationPolicyArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.solutions.inputs.ApplicationNotificationPolicyArgs.Builder
-
- Enclosing class:
- ApplicationNotificationPolicyArgs
public static final class ApplicationNotificationPolicyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApplicationNotificationPolicyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationNotificationPolicyArgs
build()
ApplicationNotificationPolicyArgs.Builder
notificationEndpoints(ApplicationNotificationEndpointArgs... notificationEndpoints)
ApplicationNotificationPolicyArgs.Builder
notificationEndpoints(com.pulumi.core.Output<java.util.List<ApplicationNotificationEndpointArgs>> notificationEndpoints)
ApplicationNotificationPolicyArgs.Builder
notificationEndpoints(java.util.List<ApplicationNotificationEndpointArgs> notificationEndpoints)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApplicationNotificationPolicyArgs defaults)
-
-
Method Detail
-
notificationEndpoints
public ApplicationNotificationPolicyArgs.Builder notificationEndpoints(com.pulumi.core.Output<java.util.List<ApplicationNotificationEndpointArgs>> notificationEndpoints)
- Parameters:
notificationEndpoints
- The managed application notification endpoint.- Returns:
- builder
-
notificationEndpoints
public ApplicationNotificationPolicyArgs.Builder notificationEndpoints(java.util.List<ApplicationNotificationEndpointArgs> notificationEndpoints)
- Parameters:
notificationEndpoints
- The managed application notification endpoint.- Returns:
- builder
-
notificationEndpoints
public ApplicationNotificationPolicyArgs.Builder notificationEndpoints(ApplicationNotificationEndpointArgs... notificationEndpoints)
- Parameters:
notificationEndpoints
- The managed application notification endpoint.- Returns:
- builder
-
build
public ApplicationNotificationPolicyArgs build()
-
-