static MonitorSummary.Builder |
MonitorSummary.builder() |
|
MonitorSummary.Builder |
MonitorSummary.Builder.createdAt(Instant createdAt) |
The UNIX timestamp of the date and time that the monitor was created.
|
MonitorSummary.Builder |
MonitorSummary.Builder.createdBy(String createdBy) |
The user name of the person that created the monitor.
|
MonitorSummary.Builder |
MonitorSummary.Builder.displayName(String displayName) |
The name of the monitor that displays on the Deadline Cloud console.
|
MonitorSummary.Builder |
MonitorSummary.Builder.identityCenterApplicationArn(String identityCenterApplicationArn) |
The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.
|
MonitorSummary.Builder |
MonitorSummary.Builder.identityCenterInstanceArn(String identityCenterInstanceArn) |
The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor
users.
|
MonitorSummary.Builder |
MonitorSummary.Builder.monitorId(String monitorId) |
The unique identifier for the monitor.
|
MonitorSummary.Builder |
MonitorSummary.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role for the monitor.
|
MonitorSummary.Builder |
MonitorSummary.Builder.subdomain(String subdomain) |
The subdomain used for the monitor URL.
|
MonitorSummary.Builder |
MonitorSummary.toBuilder() |
|
MonitorSummary.Builder |
MonitorSummary.Builder.updatedAt(Instant updatedAt) |
The UNIX timestamp of the date and time that the monitor was last updated.
|
MonitorSummary.Builder |
MonitorSummary.Builder.updatedBy(String updatedBy) |
The user name of the person that last updated the monitor.
|
MonitorSummary.Builder |
MonitorSummary.Builder.url(String url) |
The complete URL of the monitor.
|