Interface CreateMonitorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>,DeadlineRequest.Builder,SdkBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMonitorRequest
public static interface CreateMonitorRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMonitorRequest.BuilderclientToken(String clientToken)The unique token which the server uses to recognize retries of the same request.CreateMonitorRequest.BuilderdisplayName(String displayName)The name that you give the monitor that is displayed in the Deadline Cloud console.CreateMonitorRequest.BuilderidentityCenterInstanceArn(String identityCenterInstanceArn)The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.CreateMonitorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMonitorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateMonitorRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud.CreateMonitorRequest.Buildersubdomain(String subdomain)The subdomain to use when creating the monitor URL.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateMonitorRequest.Builder clientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
- Parameters:
clientToken- The unique token which the server uses to recognize retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
CreateMonitorRequest.Builder displayName(String displayName)
The name that you give the monitor that is displayed in the Deadline Cloud console.
- Parameters:
displayName- The name that you give the monitor that is displayed in the Deadline Cloud console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterInstanceArn
CreateMonitorRequest.Builder identityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
- Parameters:
identityCenterInstanceArn- The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
CreateMonitorRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdomain
CreateMonitorRequest.Builder subdomain(String subdomain)
The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- Parameters:
subdomain- The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-