Interface RefreshScheduleReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RefreshScheduleReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:48.456Z")
@Stability(Stable)
public interface RefreshScheduleReference
extends software.amazon.jsii.JsiiSerializable
A reference to a RefreshSchedule resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
RefreshScheduleReference refreshScheduleReference = RefreshScheduleReference.builder()
.awsAccountId("awsAccountId")
.dataSetId("dataSetId")
.refreshScheduleArn("refreshScheduleArn")
.scheduleId("scheduleId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRefreshScheduleReferencestatic final classAn implementation forRefreshScheduleReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The AwsAccountId of the RefreshSchedule resource.The DataSetId of the RefreshSchedule resource.The ARN of the RefreshSchedule resource.The Schedule/ScheduleId of the RefreshSchedule resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The AwsAccountId of the RefreshSchedule resource. -
getDataSetId
The DataSetId of the RefreshSchedule resource. -
getRefreshScheduleArn
The ARN of the RefreshSchedule resource. -
getScheduleId
The Schedule/ScheduleId of the RefreshSchedule resource. -
builder
- Returns:
- a
RefreshScheduleReference.BuilderofRefreshScheduleReference
-