@Stability(value=Stable) public static final class CfnFunction.DestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.DestinationProperty>
CfnFunction.DestinationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.DestinationProperty |
build()
Builds the configured instance.
|
CfnFunction.DestinationProperty.Builder |
destination(String destination)
Sets the value of
CfnFunction.DestinationProperty.getDestination() |
CfnFunction.DestinationProperty.Builder |
type(String type)
Sets the value of
CfnFunction.DestinationProperty.getType() |
@Stability(value=Stable) public CfnFunction.DestinationProperty.Builder destination(String destination)
CfnFunction.DestinationProperty.getDestination()destination - `CfnFunction.DestinationProperty.Destination`. This parameter is required.this@Stability(value=Stable) public CfnFunction.DestinationProperty.Builder type(String type)
CfnFunction.DestinationProperty.getType()type - `CfnFunction.DestinationProperty.Type`.this@Stability(value=Stable) public CfnFunction.DestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.DestinationProperty>CfnFunction.DestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.