Class DescribeClusterSchedulerConfigResponse

    • Method Detail

      • clusterSchedulerConfigArn

        public final String clusterSchedulerConfigArn()

        ARN of the cluster policy.

        Returns:
        ARN of the cluster policy.
      • clusterSchedulerConfigId

        public final String clusterSchedulerConfigId()

        ID of the cluster policy.

        Returns:
        ID of the cluster policy.
      • name

        public final String name()

        Name of the cluster policy.

        Returns:
        Name of the cluster policy.
      • clusterSchedulerConfigVersion

        public final Integer clusterSchedulerConfigVersion()

        Version of the cluster policy.

        Returns:
        Version of the cluster policy.
      • failureReason

        public final String failureReason()

        Failure reason of the cluster policy.

        Returns:
        Failure reason of the cluster policy.
      • clusterArn

        public final String clusterArn()

        ARN of the cluster where the cluster policy is applied.

        Returns:
        ARN of the cluster where the cluster policy is applied.
      • schedulerConfig

        public final SchedulerConfig schedulerConfig()

        Cluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.

        Returns:
        Cluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.
      • description

        public final String description()

        Description of the cluster policy.

        Returns:
        Description of the cluster policy.
      • creationTime

        public final Instant creationTime()

        Creation time of the cluster policy.

        Returns:
        Creation time of the cluster policy.
      • createdBy

        public final UserContext createdBy()
        Returns the value of the CreatedBy property for this object.
        Returns:
        The value of the CreatedBy property for this object.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        Last modified time of the cluster policy.

        Returns:
        Last modified time of the cluster policy.
      • lastModifiedBy

        public final UserContext lastModifiedBy()
        Returns the value of the LastModifiedBy property for this object.
        Returns:
        The value of the LastModifiedBy property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object