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