Class CfnRefreshSchedulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnRefreshSchedulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRefreshSchedulePropsMixin>
- Enclosing class:
CfnRefreshSchedulePropsMixin
@Stability(Stable)
public static final class CfnRefreshSchedulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRefreshSchedulePropsMixin>
A fluent builder for
CfnRefreshSchedulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The AWS account ID of the account that you are creating a schedule in.build()create()create(CfnPropertyMixinOptions options) The ID of the dataset that you are creating a refresh schedule for.The refresh schedule of a dataset.schedule(IResolvable schedule) The refresh schedule of a dataset.
-
Method Details
-
create
@Stability(Stable) public static CfnRefreshSchedulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRefreshSchedulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRefreshSchedulePropsMixin.Builder.
-
awsAccountId
The AWS account ID of the account that you are creating a schedule in.- Parameters:
awsAccountId- The AWS account ID of the account that you are creating a schedule in. This parameter is required.- Returns:
this- See Also:
-
dataSetId
The ID of the dataset that you are creating a refresh schedule for.- Parameters:
dataSetId- The ID of the dataset that you are creating a refresh schedule for. This parameter is required.- Returns:
this- See Also:
-
schedule
The refresh schedule of a dataset.- Parameters:
schedule- The refresh schedule of a dataset. This parameter is required.- Returns:
this- See Also:
-
schedule
@Stability(Stable) public CfnRefreshSchedulePropsMixin.Builder schedule(CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty schedule) The refresh schedule of a dataset.- Parameters:
schedule- The refresh schedule of a dataset. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRefreshSchedulePropsMixin>- Returns:
- a newly built instance of
CfnRefreshSchedulePropsMixin.
-