Interface MonitorSummary.Builder

  • Method Details

    • monitorArn

      MonitorSummary.Builder monitorArn(String monitorArn)

      The Amazon Resource Name (ARN) of the monitor resource.

      Parameters:
      monitorArn - The Amazon Resource Name (ARN) of the monitor resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • monitorName

      MonitorSummary.Builder monitorName(String monitorName)

      The name of the monitor resource.

      Parameters:
      monitorName - The name of the monitor resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      MonitorSummary.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the predictor being monitored.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the predictor being monitored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the monitor. States include:

      • ACTIVE

      • ACTIVE_STOPPING, ACTIVE_STOPPED

      • UPDATE_IN_PROGRESS

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      Parameters:
      status - The status of the monitor. States include:

      • ACTIVE

      • ACTIVE_STOPPING, ACTIVE_STOPPED

      • UPDATE_IN_PROGRESS

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      MonitorSummary.Builder creationTime(Instant creationTime)

      When the monitor resource was created.

      Parameters:
      creationTime - When the monitor resource was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationTime

      MonitorSummary.Builder lastModificationTime(Instant lastModificationTime)

      The last time the monitor resource was modified. The timestamp depends on the status of the job:

      • CREATE_PENDING - The CreationTime.

      • CREATE_IN_PROGRESS - The current timestamp.

      • STOPPED - When the resource stopped.

      • ACTIVE or CREATE_FAILED - When the monitor creation finished or failed.

      Parameters:
      lastModificationTime - The last time the monitor resource was modified. The timestamp depends on the status of the job:

      • CREATE_PENDING - The CreationTime.

      • CREATE_IN_PROGRESS - The current timestamp.

      • STOPPED - When the resource stopped.

      • ACTIVE or CREATE_FAILED - When the monitor creation finished or failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.