public static final class CfnLaunchNotificationConstraintProps.Builder extends Object
CfnLaunchNotificationConstraintProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchNotificationConstraintProps |
build()
Builds the configured instance.
|
CfnLaunchNotificationConstraintProps.Builder |
withAcceptLanguage(String value)
Sets the value of AcceptLanguage
|
CfnLaunchNotificationConstraintProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnLaunchNotificationConstraintProps.Builder |
withNotificationArns(List<Object> value)
Sets the value of NotificationArns
|
CfnLaunchNotificationConstraintProps.Builder |
withNotificationArns(software.amazon.awscdk.Token value)
Sets the value of NotificationArns
|
CfnLaunchNotificationConstraintProps.Builder |
withPortfolioId(String value)
Sets the value of PortfolioId
|
CfnLaunchNotificationConstraintProps.Builder |
withProductId(String value)
Sets the value of ProductId
|
public CfnLaunchNotificationConstraintProps.Builder withNotificationArns(software.amazon.awscdk.Token value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``thispublic CfnLaunchNotificationConstraintProps.Builder withNotificationArns(List<Object> value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``thispublic CfnLaunchNotificationConstraintProps.Builder withPortfolioId(String value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``thispublic CfnLaunchNotificationConstraintProps.Builder withProductId(String value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``thispublic CfnLaunchNotificationConstraintProps.Builder withAcceptLanguage(@Nullable String value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``thispublic CfnLaunchNotificationConstraintProps.Builder withDescription(@Nullable String value)
value - ``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``thispublic CfnLaunchNotificationConstraintProps build()
CfnLaunchNotificationConstraintPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.