Class PinpointAppQuietTime.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.pinpoint_app.PinpointAppQuietTime.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PinpointAppQuietTime>
- Enclosing interface:
- PinpointAppQuietTime
@Stability(Stable) public static final class PinpointAppQuietTime.Builder extends Object implements software.amazon.jsii.Builder<PinpointAppQuietTime>
A builder forPinpointAppQuietTime
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinpointAppQuietTimebuild()Builds the configured instance.PinpointAppQuietTime.Builderend(String end)Sets the value ofPinpointAppQuietTime.getEnd()PinpointAppQuietTime.Builderstart(String start)Sets the value ofPinpointAppQuietTime.getStart()
-
-
-
Method Detail
-
end
@Stability(Stable) public PinpointAppQuietTime.Builder end(String end)
Sets the value ofPinpointAppQuietTime.getEnd()- Parameters:
end- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#end PinpointApp#end}.- Returns:
this
-
start
@Stability(Stable) public PinpointAppQuietTime.Builder start(String start)
Sets the value ofPinpointAppQuietTime.getStart()- Parameters:
start- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#start PinpointApp#start}.- Returns:
this
-
build
@Stability(Stable) public PinpointAppQuietTime build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PinpointAppQuietTime>- Returns:
- a new instance of
PinpointAppQuietTime - Throws:
NullPointerException- if any required attribute was not provided
-
-