Class StopSellOffersPlansNotificationsListPropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.marketplace.outputs.StopSellOffersPlansNotificationsListPropertiesResponse.Builder
-
- Enclosing class:
- StopSellOffersPlansNotificationsListPropertiesResponse
public static final class StopSellOffersPlansNotificationsListPropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StopSellOffersPlansNotificationsListPropertiesResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StopSellOffersPlansNotificationsListPropertiesResponse defaults)
-
-
Method Detail
-
displayName
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder displayName(java.lang.String displayName)
-
icon
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder icon(java.lang.String icon)
-
isEntire
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder isEntire(java.lang.Boolean isEntire)
-
messageCode
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder messageCode(java.lang.Double messageCode)
-
offerId
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder offerId(java.lang.String offerId)
-
plans
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder plans(java.util.List<PlanNotificationDetailsResponse> plans)
-
plans
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder plans(PlanNotificationDetailsResponse... plans)
-
publicContext
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder publicContext(java.lang.Boolean publicContext)
-
subscriptionsIds
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder subscriptionsIds(java.util.List<java.lang.String> subscriptionsIds)
-
subscriptionsIds
public StopSellOffersPlansNotificationsListPropertiesResponse.Builder subscriptionsIds(java.lang.String... subscriptionsIds)
-
build
public StopSellOffersPlansNotificationsListPropertiesResponse build()
-
-