Interface RefreshScheduleReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
RefreshScheduleReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)", date="2025-11-13T16:10:17.252Z") @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.interfaces.quicksight.*;
 RefreshScheduleReference refreshScheduleReference = RefreshScheduleReference.builder()
         .awsAccountId("awsAccountId")
         .dataSetId("dataSetId")
         .refreshScheduleArn("refreshScheduleArn")
         .scheduleId("scheduleId")
         .build();
 
  • Method Details

    • getAwsAccountId

      @Stability(Stable) @NotNull String getAwsAccountId()
      The AwsAccountId of the RefreshSchedule resource.
    • getDataSetId

      @Stability(Stable) @NotNull String getDataSetId()
      The DataSetId of the RefreshSchedule resource.
    • getRefreshScheduleArn

      @Stability(Stable) @NotNull String getRefreshScheduleArn()
      The ARN of the RefreshSchedule resource.
    • getScheduleId

      @Stability(Stable) @NotNull String getScheduleId()
      The Schedule/ScheduleId of the RefreshSchedule resource.
    • builder

      @Stability(Stable) static RefreshScheduleReference.Builder builder()
      Returns:
      a RefreshScheduleReference.Builder of RefreshScheduleReference