Interface GetMonitorResponse.Builder

    • Method Detail

      • 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.
      • displayName

        GetMonitorResponse.Builder displayName​(String displayName)

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

        Parameters:
        displayName - The name used to identify the monitor on the Deadline Cloud console.
        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.
      • 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.
      • 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.
      • roleArn

        GetMonitorResponse.Builder roleArn​(String 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.
      • 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.
      • 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.
      • url

        GetMonitorResponse.Builder url​(String 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.