Interface ExperimentRunReference

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

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-10T17:51:56.662Z") @Stability(Stable) public interface ExperimentRunReference extends software.amazon.jsii.JsiiSerializable
A reference to a ExperimentRun 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.appconfig.*;
 ExperimentRunReference experimentRunReference = ExperimentRunReference.builder()
         .applicationId("applicationId")
         .experimentDefinitionId("experimentDefinitionId")
         .run("run")
         .build();
 
  • Method Details

    • getApplicationId

      @Stability(Stable) @NotNull String getApplicationId()
      The ApplicationId of the ExperimentRun resource.
    • getExperimentDefinitionId

      @Stability(Stable) @NotNull String getExperimentDefinitionId()
      The ExperimentDefinitionId of the ExperimentRun resource.
    • getRun

      @Stability(Stable) @NotNull String getRun()
      The Run of the ExperimentRun resource.
    • builder

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