@Stability(value=Stable) public static final class CfnSizeConstraintSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSizeConstraintSetProps>
CfnSizeConstraintSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSizeConstraintSetProps |
build()
Builds the configured instance.
|
CfnSizeConstraintSetProps.Builder |
name(String name)
Sets the value of
CfnSizeConstraintSetProps.getName() |
CfnSizeConstraintSetProps.Builder |
sizeConstraints(IResolvable sizeConstraints)
Sets the value of
CfnSizeConstraintSetProps.getSizeConstraints() |
CfnSizeConstraintSetProps.Builder |
sizeConstraints(List<? extends Object> sizeConstraints)
Sets the value of
CfnSizeConstraintSetProps.getSizeConstraints() |
@Stability(value=Stable) public CfnSizeConstraintSetProps.Builder name(String name)
CfnSizeConstraintSetProps.getName()name - The name, if any, of the `SizeConstraintSet` . This parameter is required.this@Stability(value=Stable) public CfnSizeConstraintSetProps.Builder sizeConstraints(IResolvable sizeConstraints)
CfnSizeConstraintSetProps.getSizeConstraints()sizeConstraints - The size constraint and the part of the web request to check. This parameter is required.this@Stability(value=Stable) public CfnSizeConstraintSetProps.Builder sizeConstraints(List<? extends Object> sizeConstraints)
CfnSizeConstraintSetProps.getSizeConstraints()sizeConstraints - The size constraint and the part of the web request to check. This parameter is required.this@Stability(value=Stable) public CfnSizeConstraintSetProps build()
build in interface software.amazon.jsii.Builder<CfnSizeConstraintSetProps>CfnSizeConstraintSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.