Interface MonitorSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitorSummary.Builder,
,MonitorSummary> SdkBuilder<MonitorSummary.Builder,
,MonitorSummary> SdkPojo
- Enclosing class:
MonitorSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe UNIX timestamp of the date and time that the monitor was created.The user name of the person that created the monitor.displayName
(String displayName) The name of the monitor that displays on the Deadline Cloud console.identityCenterApplicationArn
(String identityCenterApplicationArn) The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.identityCenterInstanceArn
(String identityCenterInstanceArn) The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.The unique identifier for the monitor.The Amazon Resource Name (ARN) of the IAM role for the monitor.The subdomain used for the monitor URL.The UNIX timestamp of the date and time that the monitor was last updated.The user name of the person that last updated the monitor.The complete URL of the monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The name of the monitor that displays 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 of the monitor that displays 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
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
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
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
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
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
The UNIX timestamp of the date and time that the monitor was last updated.
- Parameters:
updatedAt
- The UNIX timestamp of the date and time that the monitor was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-