Class CfnMonitorMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnMonitorMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitorMixinProps>
- Enclosing interface:
CfnMonitorMixinProps
@Stability(Stable)
public static final class CfnMonitorMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitorMixinProps>
A builder for
CfnMonitorMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayName(String displayName) Sets the value ofCfnMonitorMixinProps.getDisplayName()identityCenterInstanceArn(String identityCenterInstanceArn) Sets the value ofCfnMonitorMixinProps.getIdentityCenterInstanceArn()Sets the value ofCfnMonitorMixinProps.getRoleArn()Sets the value ofCfnMonitorMixinProps.getSubdomain()Sets the value ofCfnMonitorMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayName
Sets the value ofCfnMonitorMixinProps.getDisplayName()- 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:
this
-
identityCenterInstanceArn
@Stability(Stable) public CfnMonitorMixinProps.Builder identityCenterInstanceArn(String identityCenterInstanceArn) Sets the value ofCfnMonitorMixinProps.getIdentityCenterInstanceArn()- Parameters:
identityCenterInstanceArn- The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.- Returns:
this
-
roleArn
Sets the value ofCfnMonitorMixinProps.getRoleArn()- Parameters:
roleArn- The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.- Returns:
this
-
subdomain
Sets the value ofCfnMonitorMixinProps.getSubdomain()- Parameters:
subdomain- The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.- Returns:
this
-
tags
Sets the value ofCfnMonitorMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitorMixinProps>- Returns:
- a new instance of
CfnMonitorMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-