Uses of Class
com.hashicorp.cdktf.providers.aws.pinpoint_app.PinpointAppLimits.Builder
-
Packages that use PinpointAppLimits.Builder Package Description com.hashicorp.cdktf.providers.aws.pinpoint_app aws_pinpoint_app -
-
Uses of PinpointAppLimits.Builder in com.hashicorp.cdktf.providers.aws.pinpoint_app
Methods in com.hashicorp.cdktf.providers.aws.pinpoint_app that return PinpointAppLimits.Builder Modifier and Type Method Description static PinpointAppLimits.BuilderPinpointAppLimits. builder()PinpointAppLimits.BuilderPinpointAppLimits.Builder. daily(Number daily)Sets the value ofPinpointAppLimits.getDaily()PinpointAppLimits.BuilderPinpointAppLimits.Builder. maximumDuration(Number maximumDuration)Sets the value ofPinpointAppLimits.getMaximumDuration()PinpointAppLimits.BuilderPinpointAppLimits.Builder. messagesPerSecond(Number messagesPerSecond)Sets the value ofPinpointAppLimits.getMessagesPerSecond()PinpointAppLimits.BuilderPinpointAppLimits.Builder. total(Number total)Sets the value ofPinpointAppLimits.getTotal()Constructors in com.hashicorp.cdktf.providers.aws.pinpoint_app with parameters of type PinpointAppLimits.Builder Constructor Description Jsii$Proxy(PinpointAppLimits.Builder builder)Constructor that initializes the object based on literal property values passed by thePinpointAppLimits.Builder.
-