Class CreateMonitorRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.deadline.model.DeadlineRequest
-
- software.amazon.awssdk.services.deadline.model.CreateMonitorRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateMonitorRequest extends DeadlineRequest implements ToCopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateMonitorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateMonitorRequest.Builderbuilder()StringclientToken()The unique token which the server uses to recognize retries of the same request.StringdisplayName()The name that you give the monitor that is displayed in the Deadline Cloud console.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityCenterInstanceArn()The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.StringroleArn()The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud.List<SdkField<?>>sdkFields()static Class<? extends CreateMonitorRequest.Builder>serializableBuilderClass()Stringsubdomain()The subdomain to use when creating the monitor URL.CreateMonitorRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientToken
public final String clientToken()
The unique token which the server uses to recognize retries of the same request.
- Returns:
- The unique token which the server uses to recognize retries of the same request.
-
displayName
public final String displayName()
The name that you give the monitor that is displayed in the Deadline Cloud console.
- Returns:
- The name that you give the monitor that is displayed in the Deadline Cloud console.
-
identityCenterInstanceArn
public final String identityCenterInstanceArn()
The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
- Returns:
- The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
-
roleArn
public final 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.
- Returns:
- 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.
-
subdomain
public final String subdomain()
The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
- Returns:
- The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
-
toBuilder
public CreateMonitorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateMonitorRequest.Builder,CreateMonitorRequest>- Specified by:
toBuilderin classDeadlineRequest
-
builder
public static CreateMonitorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateMonitorRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-