Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationMixinProps.getLocation()Sets the value ofCfnApplicationMixinProps.getLocation()location(IResolvable location) Sets the value ofCfnApplicationMixinProps.getLocation()notificationArns(List<String> notificationArns) Sets the value ofCfnApplicationMixinProps.getNotificationArns()parameters(Map<String, String> parameters) Sets the value ofCfnApplicationMixinProps.getParameters()parameters(IResolvable parameters) Sets the value ofCfnApplicationMixinProps.getParameters()Sets the value ofCfnApplicationMixinProps.getTags()timeoutInMinutes(Number timeoutInMinutes) Sets the value ofCfnApplicationMixinProps.getTimeoutInMinutes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
location
Sets the value ofCfnApplicationMixinProps.getLocation()- Parameters:
location- the value to be set.- Returns:
this
-
location
Sets the value ofCfnApplicationMixinProps.getLocation()- Parameters:
location- the value to be set.- Returns:
this
-
location
@Stability(Stable) public CfnApplicationMixinProps.Builder location(CfnApplicationPropsMixin.ApplicationLocationProperty location) Sets the value ofCfnApplicationMixinProps.getLocation()- Parameters:
location- the value to be set.- Returns:
this
-
notificationArns
@Stability(Stable) public CfnApplicationMixinProps.Builder notificationArns(List<String> notificationArns) Sets the value ofCfnApplicationMixinProps.getNotificationArns()- Parameters:
notificationArns- the value to be set.- Returns:
this
-
parameters
@Stability(Stable) public CfnApplicationMixinProps.Builder parameters(Map<String, String> parameters) Sets the value ofCfnApplicationMixinProps.getParameters()- Parameters:
parameters- the value to be set.- Returns:
this
-
parameters
Sets the value ofCfnApplicationMixinProps.getParameters()- Parameters:
parameters- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
timeoutInMinutes
@Stability(Stable) public CfnApplicationMixinProps.Builder timeoutInMinutes(Number timeoutInMinutes) Sets the value ofCfnApplicationMixinProps.getTimeoutInMinutes()- Parameters:
timeoutInMinutes- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-