Class CfnDomainPropsMixin.JobScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnDomainPropsMixin.JobScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.JobScheduleProperty>
- Enclosing interface:
CfnDomainPropsMixin.JobScheduleProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.JobScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.JobScheduleProperty>
A builder for
CfnDomainPropsMixin.JobScheduleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dayOfTheWeek(String dayOfTheWeek) Sets the value ofCfnDomainPropsMixin.JobScheduleProperty.getDayOfTheWeek()Sets the value ofCfnDomainPropsMixin.JobScheduleProperty.getTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dayOfTheWeek
@Stability(Stable) public CfnDomainPropsMixin.JobScheduleProperty.Builder dayOfTheWeek(String dayOfTheWeek) Sets the value ofCfnDomainPropsMixin.JobScheduleProperty.getDayOfTheWeek()- Parameters:
dayOfTheWeek- The day when the Identity Resolution Job should run every week.- Returns:
this
-
time
Sets the value ofCfnDomainPropsMixin.JobScheduleProperty.getTime()- Parameters:
time- The time when the Identity Resolution Job should run every week.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.JobScheduleProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.JobScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-