Class CfnRefreshScheduleMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnRefreshScheduleMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRefreshScheduleMixinProps>
- Enclosing interface:
CfnRefreshScheduleMixinProps
@Stability(Stable)
public static final class CfnRefreshScheduleMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRefreshScheduleMixinProps>
A builder for
CfnRefreshScheduleMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Sets the value ofCfnRefreshScheduleMixinProps.getAwsAccountId()build()Builds the configured instance.Sets the value ofCfnRefreshScheduleMixinProps.getDataSetId()Sets the value ofCfnRefreshScheduleMixinProps.getSchedule()schedule(IResolvable schedule) Sets the value ofCfnRefreshScheduleMixinProps.getSchedule()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofCfnRefreshScheduleMixinProps.getAwsAccountId()- Parameters:
awsAccountId- The AWS account ID of the account that you are creating a schedule in.- Returns:
this
-
dataSetId
Sets the value ofCfnRefreshScheduleMixinProps.getDataSetId()- Parameters:
dataSetId- The ID of the dataset that you are creating a refresh schedule for.- Returns:
this
-
schedule
Sets the value ofCfnRefreshScheduleMixinProps.getSchedule()- Parameters:
schedule- The refresh schedule of a dataset.- Returns:
this
-
schedule
@Stability(Stable) public CfnRefreshScheduleMixinProps.Builder schedule(CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty schedule) Sets the value ofCfnRefreshScheduleMixinProps.getSchedule()- Parameters:
schedule- The refresh schedule of a dataset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRefreshScheduleMixinProps>- Returns:
- a new instance of
CfnRefreshScheduleMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-