Uses of Class
com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileTimeouts.Builder
-
Packages that use DatastreamConnectionProfileTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.datastream_connection_profile google_datastream_connection_profile -
-
Uses of DatastreamConnectionProfileTimeouts.Builder in com.hashicorp.cdktf.providers.google.datastream_connection_profile
Methods in com.hashicorp.cdktf.providers.google.datastream_connection_profile that return DatastreamConnectionProfileTimeouts.Builder Modifier and Type Method Description static DatastreamConnectionProfileTimeouts.BuilderDatastreamConnectionProfileTimeouts. builder()DatastreamConnectionProfileTimeouts.BuilderDatastreamConnectionProfileTimeouts.Builder. create(String create)Sets the value ofDatastreamConnectionProfileTimeouts.getCreate()DatastreamConnectionProfileTimeouts.BuilderDatastreamConnectionProfileTimeouts.Builder. delete(String delete)Sets the value ofDatastreamConnectionProfileTimeouts.getDelete()DatastreamConnectionProfileTimeouts.BuilderDatastreamConnectionProfileTimeouts.Builder. update(String update)Sets the value ofDatastreamConnectionProfileTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.datastream_connection_profile with parameters of type DatastreamConnectionProfileTimeouts.Builder Constructor Description Jsii$Proxy(DatastreamConnectionProfileTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileTimeouts.Builder.
-