Class CfnCampaignPropsMixin.DailyHourProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.CfnCampaignPropsMixin.DailyHourProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCampaignPropsMixin.DailyHourProperty>
- Enclosing interface:
CfnCampaignPropsMixin.DailyHourProperty
@Stability(Stable)
public static final class CfnCampaignPropsMixin.DailyHourProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCampaignPropsMixin.DailyHourProperty>
A builder for
CfnCampaignPropsMixin.DailyHourProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getKey()Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getValue()value(IResolvable value) Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getKey()- Parameters:
key- The key for DailyHour.- Returns:
this
-
value
Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getValue()- Parameters:
value- The value for DailyHour.- Returns:
this
-
value
@Stability(Stable) public CfnCampaignPropsMixin.DailyHourProperty.Builder value(List<? extends Object> value) Sets the value ofCfnCampaignPropsMixin.DailyHourProperty.getValue()- Parameters:
value- The value for DailyHour.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCampaignPropsMixin.DailyHourProperty>- Returns:
- a new instance of
CfnCampaignPropsMixin.DailyHourProperty - Throws:
NullPointerException- if any required attribute was not provided
-