Class CfnWebAppPropsMixin.WebAppUnitsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppPropsMixin.WebAppUnitsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppUnitsProperty>
- Enclosing interface:
CfnWebAppPropsMixin.WebAppUnitsProperty
@Stability(Stable)
public static final class CfnWebAppPropsMixin.WebAppUnitsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppUnitsProperty>
A builder for
CfnWebAppPropsMixin.WebAppUnitsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.provisioned(Number provisioned) Sets the value ofCfnWebAppPropsMixin.WebAppUnitsProperty.getProvisioned()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
provisioned
@Stability(Stable) public CfnWebAppPropsMixin.WebAppUnitsProperty.Builder provisioned(Number provisioned) Sets the value ofCfnWebAppPropsMixin.WebAppUnitsProperty.getProvisioned()- Parameters:
provisioned- An integer that represents the number of units for your desired number of concurrent connections, or the number of user sessions on your web app at the same time. Each increment allows an additional 250 concurrent sessions: a value of1sets the number of concurrent sessions to 250;2sets a value of 500, and so on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebAppPropsMixin.WebAppUnitsProperty>- Returns:
- a new instance of
CfnWebAppPropsMixin.WebAppUnitsProperty - Throws:
NullPointerException- if any required attribute was not provided
-