Class MedialiveChannelMaintenance.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelMaintenance.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelMaintenance>
- Enclosing interface:
- MedialiveChannelMaintenance
@Stability(Stable) public static final class MedialiveChannelMaintenance.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelMaintenance>
A builder forMedialiveChannelMaintenance
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MedialiveChannelMaintenancebuild()Builds the configured instance.MedialiveChannelMaintenance.BuildermaintenanceDay(String maintenanceDay)Sets the value ofMedialiveChannelMaintenance.getMaintenanceDay()MedialiveChannelMaintenance.BuildermaintenanceStartTime(String maintenanceStartTime)Sets the value ofMedialiveChannelMaintenance.getMaintenanceStartTime()
-
-
-
Method Detail
-
maintenanceDay
@Stability(Stable) public MedialiveChannelMaintenance.Builder maintenanceDay(String maintenanceDay)
Sets the value ofMedialiveChannelMaintenance.getMaintenanceDay()- Parameters:
maintenanceDay- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#maintenance_day MedialiveChannel#maintenance_day}. This parameter is required.- Returns:
this
-
maintenanceStartTime
@Stability(Stable) public MedialiveChannelMaintenance.Builder maintenanceStartTime(String maintenanceStartTime)
Sets the value ofMedialiveChannelMaintenance.getMaintenanceStartTime()- Parameters:
maintenanceStartTime- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#maintenance_start_time MedialiveChannel#maintenance_start_time}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelMaintenance build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelMaintenance>- Returns:
- a new instance of
MedialiveChannelMaintenance - Throws:
NullPointerException- if any required attribute was not provided
-
-