@Stability(value=Stable) public static final class CfnDatabase.DatabaseInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatabase.DatabaseInputProperty>
CfnDatabase.DatabaseInputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatabase.DatabaseInputProperty |
build()
Builds the configured instance.
|
CfnDatabase.DatabaseInputProperty.Builder |
description(String description)
Sets the value of
CfnDatabase.DatabaseInputProperty.getDescription() |
CfnDatabase.DatabaseInputProperty.Builder |
locationUri(String locationUri)
Sets the value of
CfnDatabase.DatabaseInputProperty.getLocationUri() |
CfnDatabase.DatabaseInputProperty.Builder |
name(String name)
Sets the value of
CfnDatabase.DatabaseInputProperty.getName() |
CfnDatabase.DatabaseInputProperty.Builder |
parameters(Object parameters)
Sets the value of
CfnDatabase.DatabaseInputProperty.getParameters() |
@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder description(String description)
CfnDatabase.DatabaseInputProperty.getDescription()description - `CfnDatabase.DatabaseInputProperty.Description`.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder locationUri(String locationUri)
CfnDatabase.DatabaseInputProperty.getLocationUri()locationUri - `CfnDatabase.DatabaseInputProperty.LocationUri`.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder name(String name)
CfnDatabase.DatabaseInputProperty.getName()name - `CfnDatabase.DatabaseInputProperty.Name`.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty.Builder parameters(Object parameters)
CfnDatabase.DatabaseInputProperty.getParameters()parameters - `CfnDatabase.DatabaseInputProperty.Parameters`.this@Stability(value=Stable) public CfnDatabase.DatabaseInputProperty build()
build in interface software.amazon.jsii.Builder<CfnDatabase.DatabaseInputProperty>CfnDatabase.DatabaseInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.