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