Interface GetMonitorResponse.Builder

  • Method Details

    • monitorId

      GetMonitorResponse.Builder monitorId(String monitorId)

      The unique identifier for the monitor.

      Parameters:
      monitorId - The unique identifier for the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      GetMonitorResponse.Builder displayName(String displayName)

      The name used to identify the monitor on the Deadline Cloud console.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      Parameters:
      displayName - The name used to identify the monitor on the Deadline Cloud console.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

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

      GetMonitorResponse.Builder subdomain(String subdomain)

      The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

      Parameters:
      subdomain - The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

      Parameters:
      url - The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityCenterInstanceArn

      GetMonitorResponse.Builder identityCenterInstanceArn(String identityCenterInstanceArn)

      The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.

      Parameters:
      identityCenterInstanceArn - The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityCenterApplicationArn

      GetMonitorResponse.Builder identityCenterApplicationArn(String identityCenterApplicationArn)

      The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.

      Parameters:
      identityCenterApplicationArn - The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      GetMonitorResponse.Builder createdAt(Instant createdAt)

      The UNIX timestamp of the date and time that the monitor was created.

      Parameters:
      createdAt - The UNIX timestamp of the date and time that the monitor was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      GetMonitorResponse.Builder createdBy(String createdBy)

      The user name of the person that created the monitor.

      Parameters:
      createdBy - The user name of the person that created the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      GetMonitorResponse.Builder updatedAt(Instant updatedAt)

      The UNIX timestamp of the last date and time that the monitor was updated.

      Parameters:
      updatedAt - The UNIX timestamp of the last date and time that the monitor was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      GetMonitorResponse.Builder updatedBy(String updatedBy)

      The user name of the person that last updated the monitor.

      Parameters:
      updatedBy - The user name of the person that last updated the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.