Class DbInstanceBlueGreenUpdate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.db_instance.DbInstanceBlueGreenUpdate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DbInstanceBlueGreenUpdate>
- Enclosing interface:
- DbInstanceBlueGreenUpdate
@Stability(Stable) public static final class DbInstanceBlueGreenUpdate.Builder extends Object implements software.amazon.jsii.Builder<DbInstanceBlueGreenUpdate>
A builder forDbInstanceBlueGreenUpdate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbInstanceBlueGreenUpdatebuild()Builds the configured instance.DbInstanceBlueGreenUpdate.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofDbInstanceBlueGreenUpdate.getEnabled()DbInstanceBlueGreenUpdate.Builderenabled(Boolean enabled)Sets the value ofDbInstanceBlueGreenUpdate.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public DbInstanceBlueGreenUpdate.Builder enabled(Boolean enabled)
Sets the value ofDbInstanceBlueGreenUpdate.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#enabled DbInstance#enabled}.- Returns:
this
-
enabled
@Stability(Stable) public DbInstanceBlueGreenUpdate.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofDbInstanceBlueGreenUpdate.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#enabled DbInstance#enabled}.- Returns:
this
-
build
@Stability(Stable) public DbInstanceBlueGreenUpdate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DbInstanceBlueGreenUpdate>- Returns:
- a new instance of
DbInstanceBlueGreenUpdate - Throws:
NullPointerException- if any required attribute was not provided
-
-