@Stability(value=Stable) public static final class CfnFunction.RequestParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.RequestParameterProperty>
CfnFunction.RequestParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.RequestParameterProperty |
build()
Builds the configured instance.
|
CfnFunction.RequestParameterProperty.Builder |
caching(Boolean caching)
Sets the value of
CfnFunction.RequestParameterProperty.getCaching() |
CfnFunction.RequestParameterProperty.Builder |
caching(IResolvable caching)
Sets the value of
CfnFunction.RequestParameterProperty.getCaching() |
CfnFunction.RequestParameterProperty.Builder |
required(Boolean required)
Sets the value of
CfnFunction.RequestParameterProperty.getRequired() |
CfnFunction.RequestParameterProperty.Builder |
required(IResolvable required)
Sets the value of
CfnFunction.RequestParameterProperty.getRequired() |
@Stability(value=Stable) public CfnFunction.RequestParameterProperty.Builder caching(Boolean caching)
CfnFunction.RequestParameterProperty.getCaching()caching - `CfnFunction.RequestParameterProperty.Caching`.this@Stability(value=Stable) public CfnFunction.RequestParameterProperty.Builder caching(IResolvable caching)
CfnFunction.RequestParameterProperty.getCaching()caching - `CfnFunction.RequestParameterProperty.Caching`.this@Stability(value=Stable) public CfnFunction.RequestParameterProperty.Builder required(Boolean required)
CfnFunction.RequestParameterProperty.getRequired()required - `CfnFunction.RequestParameterProperty.Required`.this@Stability(value=Stable) public CfnFunction.RequestParameterProperty.Builder required(IResolvable required)
CfnFunction.RequestParameterProperty.getRequired()required - `CfnFunction.RequestParameterProperty.Required`.this@Stability(value=Stable) public CfnFunction.RequestParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.RequestParameterProperty>CfnFunction.RequestParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.