Class CfnRefreshSchedule.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRefreshSchedule>
- Enclosing class:
CfnRefreshSchedule
@Stability(Stable)
public static final class CfnRefreshSchedule.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRefreshSchedule>
A fluent builder for
CfnRefreshSchedule
.-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The AWS account ID of the account that you are creating a schedule in.build()
static CfnRefreshSchedule.Builder
The ID of the dataset that you are creating a refresh schedule for.schedule
(IResolvable schedule) The refresh schedule of a dataset.The refresh schedule of a dataset.
-
Method Details
-
create
@Stability(Stable) public static CfnRefreshSchedule.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRefreshSchedule.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 CfnRefreshSchedule.Builder schedule(CfnRefreshSchedule.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnRefreshSchedule>
- Returns:
- a newly built instance of
CfnRefreshSchedule
.
-