Class CfnMonitorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnMonitorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitorPropsMixin>
- Enclosing class:
CfnMonitorPropsMixin
@Stability(Stable)
public static final class CfnMonitorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitorPropsMixin>
A fluent builder for
CfnMonitorPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMonitorPropsMixin.Buildercreate()static CfnMonitorPropsMixin.Buildercreate(CfnPropertyMixinOptions options) displayName(String displayName) The name of the monitor that displays on the Deadline Cloud console.identityCenterInstanceArn(String identityCenterInstanceArn) The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.The Amazon Resource Name of the IAM role for the monitor.The subdomain used for the monitor URL.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnMonitorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMonitorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMonitorPropsMixin.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 CfnMonitorPropsMixin.Builder identityCenterInstanceArn(String identityCenterInstanceArn) The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.- Parameters:
identityCenterInstanceArn- The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name 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 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:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitorPropsMixin>- Returns:
- a newly built instance of
CfnMonitorPropsMixin.
-