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