@Stability(value=Stable) public static final class CfnConnection.ParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnection.ParameterProperty>
CfnConnection.ParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnection.ParameterProperty |
build()
Builds the configured instance.
|
CfnConnection.ParameterProperty.Builder |
isValueSecret(Boolean isValueSecret)
Sets the value of
CfnConnection.ParameterProperty.getIsValueSecret() |
CfnConnection.ParameterProperty.Builder |
isValueSecret(IResolvable isValueSecret)
Sets the value of
CfnConnection.ParameterProperty.getIsValueSecret() |
CfnConnection.ParameterProperty.Builder |
key(String key)
Sets the value of
CfnConnection.ParameterProperty.getKey() |
CfnConnection.ParameterProperty.Builder |
value(String value)
Sets the value of
CfnConnection.ParameterProperty.getValue() |
@Stability(value=Stable) public CfnConnection.ParameterProperty.Builder key(String key)
CfnConnection.ParameterProperty.getKey()key - The key for a query string parameter. This parameter is required.this@Stability(value=Stable) public CfnConnection.ParameterProperty.Builder value(String value)
CfnConnection.ParameterProperty.getValue()value - The value associated with the key for the query string parameter. This parameter is required.this@Stability(value=Stable) public CfnConnection.ParameterProperty.Builder isValueSecret(Boolean isValueSecret)
CfnConnection.ParameterProperty.getIsValueSecret()isValueSecret - Specifies whether the value is secret.this@Stability(value=Stable) public CfnConnection.ParameterProperty.Builder isValueSecret(IResolvable isValueSecret)
CfnConnection.ParameterProperty.getIsValueSecret()isValueSecret - Specifies whether the value is secret.this@Stability(value=Stable) public CfnConnection.ParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnConnection.ParameterProperty>CfnConnection.ParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.