Interface VpcEndpointServiceTimeouts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VpcEndpointServiceTimeouts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.447Z") @Stability(Stable) public interface VpcEndpointServiceTimeouts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVpcEndpointServiceTimeouts.BuilderA builder forVpcEndpointServiceTimeoutsstatic classVpcEndpointServiceTimeouts.Jsii$ProxyAn implementation forVpcEndpointServiceTimeouts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VpcEndpointServiceTimeouts.Builderbuilder()default StringgetCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#create VpcEndpointService#create}.default StringgetDelete()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#delete VpcEndpointService#delete}.default StringgetUpdate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#update VpcEndpointService#update}.
-
-
-
Method Detail
-
getCreate
@Stability(Stable) @Nullable default String getCreate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#create VpcEndpointService#create}.
-
getDelete
@Stability(Stable) @Nullable default String getDelete()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#delete VpcEndpointService#delete}.
-
getUpdate
@Stability(Stable) @Nullable default String getUpdate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_service#update VpcEndpointService#update}.
-
builder
@Stability(Stable) static VpcEndpointServiceTimeouts.Builder builder()
- Returns:
- a
VpcEndpointServiceTimeouts.BuilderofVpcEndpointServiceTimeouts
-
-