Class RunScheduledInstancesRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

        Returns:
        Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • instanceCount

        public final Integer instanceCount()

        The number of instances.

        Default: 1

        Returns:
        The number of instances.

        Default: 1

      • launchSpecification

        public final ScheduledInstancesLaunchSpecification launchSpecification()

        The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

        Returns:
        The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.
      • scheduledInstanceId

        public final String scheduledInstanceId()

        The Scheduled Instance ID.

        Returns:
        The Scheduled Instance ID.
      • 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