Class CfnMonitor.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnMonitor.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitor>
- Enclosing class:
CfnMonitor
@Stability(Stable)
public static final class CfnMonitor.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitor>
A fluent builder for
CfnMonitor
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnMonitor.Builder
displayName
(String displayName) The name of the monitor that displays on the Deadline Cloud console.identityCenterInstanceArn
(String identityCenterInstanceArn) The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.The Amazon Resource Name (ARN) of the IAM role for the monitor.The subdomain used for the monitor URL.
-
Method Details
-
create
@Stability(Stable) public static CfnMonitor.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMonitor.Builder
.
-
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 parameter is required.- Returns:
this
- See Also:
-
identityCenterInstanceArn
@Stability(Stable) public CfnMonitor.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. This parameter is required.- Returns:
this
- See Also:
-
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. This parameter is required.- Returns:
this
- See Also:
-
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. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitor>
- Returns:
- a newly built instance of
CfnMonitor
.
-