Interface RefreshScheduleReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:52:05.241Z") @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();
 
  • 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