Uses of Class
com.hashicorp.cdktf.providers.aws.alb.AlbTimeouts.Builder
-
Packages that use AlbTimeouts.Builder Package Description com.hashicorp.cdktf.providers.aws.alb aws_alb -
-
Uses of AlbTimeouts.Builder in com.hashicorp.cdktf.providers.aws.alb
Methods in com.hashicorp.cdktf.providers.aws.alb that return AlbTimeouts.Builder Modifier and Type Method Description static AlbTimeouts.BuilderAlbTimeouts. builder()AlbTimeouts.BuilderAlbTimeouts.Builder. create(String create)Sets the value ofAlbTimeouts.getCreate()AlbTimeouts.BuilderAlbTimeouts.Builder. delete(String delete)Sets the value ofAlbTimeouts.getDelete()AlbTimeouts.BuilderAlbTimeouts.Builder. update(String update)Sets the value ofAlbTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.aws.alb with parameters of type AlbTimeouts.Builder Constructor Description Jsii$Proxy(AlbTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theAlbTimeouts.Builder.
-