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