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