Interface CreateMonitorRequest.Builder

    • Method Detail

      • clientToken

        CreateMonitorRequest.Builder clientToken​(String clientToken)

        The unique token which the server uses to recognize retries of the same request.

        Parameters:
        clientToken - The unique token which the server uses to recognize retries of the same request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        CreateMonitorRequest.Builder displayName​(String displayName)

        The name that you give the monitor that is displayed in the Deadline Cloud console.

        Parameters:
        displayName - The name that you give the monitor that is displayed in the Deadline Cloud console.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityCenterInstanceArn

        CreateMonitorRequest.Builder identityCenterInstanceArn​(String identityCenterInstanceArn)

        The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.

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

        CreateMonitorRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subdomain

        CreateMonitorRequest.Builder subdomain​(String subdomain)

        The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

        Parameters:
        subdomain - The subdomain to use when creating 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.