Class ApigeeEnvironmentKeyvaluemapsTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_environment_keyvaluemaps.ApigeeEnvironmentKeyvaluemapsTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsTimeouts>
- Enclosing interface:
- ApigeeEnvironmentKeyvaluemapsTimeouts
@Stability(Stable) public static final class ApigeeEnvironmentKeyvaluemapsTimeouts.Builder extends Object implements software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsTimeouts>
A builder forApigeeEnvironmentKeyvaluemapsTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeEnvironmentKeyvaluemapsTimeoutsbuild()Builds the configured instance.ApigeeEnvironmentKeyvaluemapsTimeouts.Buildercreate(String create)Sets the value ofApigeeEnvironmentKeyvaluemapsTimeouts.getCreate()ApigeeEnvironmentKeyvaluemapsTimeouts.Builderdelete(String delete)Sets the value ofApigeeEnvironmentKeyvaluemapsTimeouts.getDelete()
-
-
-
Method Detail
-
create
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsTimeouts.Builder create(String create)
Sets the value ofApigeeEnvironmentKeyvaluemapsTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps#create ApigeeEnvironmentKeyvaluemaps#create}.- Returns:
this
-
delete
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsTimeouts.Builder delete(String delete)
Sets the value ofApigeeEnvironmentKeyvaluemapsTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps#delete ApigeeEnvironmentKeyvaluemaps#delete}.- Returns:
this
-
build
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsTimeouts>- Returns:
- a new instance of
ApigeeEnvironmentKeyvaluemapsTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-