Uses of Class
com.hashicorp.cdktf.providers.aws.volume_attachment.VolumeAttachmentTimeouts.Builder
-
Packages that use VolumeAttachmentTimeouts.Builder Package Description com.hashicorp.cdktf.providers.aws.volume_attachment aws_volume_attachment -
-
Uses of VolumeAttachmentTimeouts.Builder in com.hashicorp.cdktf.providers.aws.volume_attachment
Methods in com.hashicorp.cdktf.providers.aws.volume_attachment that return VolumeAttachmentTimeouts.Builder Modifier and Type Method Description static VolumeAttachmentTimeouts.BuilderVolumeAttachmentTimeouts. builder()VolumeAttachmentTimeouts.BuilderVolumeAttachmentTimeouts.Builder. create(String create)Sets the value ofVolumeAttachmentTimeouts.getCreate()VolumeAttachmentTimeouts.BuilderVolumeAttachmentTimeouts.Builder. delete(String delete)Sets the value ofVolumeAttachmentTimeouts.getDelete()Constructors in com.hashicorp.cdktf.providers.aws.volume_attachment with parameters of type VolumeAttachmentTimeouts.Builder Constructor Description Jsii$Proxy(VolumeAttachmentTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentTimeouts.Builder.
-