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