| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
Studio |
Studio.clone() |
Studio |
DescribeStudioResult.getStudio()
The Amazon EMR Studio details.
|
Studio |
Studio.withAuthMode(AuthMode authMode)
Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.
|
Studio |
Studio.withAuthMode(String authMode)
Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.
|
Studio |
Studio.withCreationTime(Date creationTime)
The time the Amazon EMR Studio was created.
|
Studio |
Studio.withDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
Studio |
Studio.withDescription(String description)
The detailed description of the Amazon EMR Studio.
|
Studio |
Studio.withEncryptionKeyArn(String encryptionKeyArn)
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to
Amazon S3.
|
Studio |
Studio.withEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Engine security group associated with the Amazon EMR Studio.
|
Studio |
Studio.withIdcInstanceArn(String idcInstanceArn)
The ARN of the IAM Identity Center instance the Studio application belongs to.
|
Studio |
Studio.withIdcUserAssignment(IdcUserAssignment idcUserAssignment)
Indicates whether the Studio has
REQUIRED or OPTIONAL IAM Identity Center user
assignment. |
Studio |
Studio.withIdcUserAssignment(String idcUserAssignment)
Indicates whether the Studio has
REQUIRED or OPTIONAL IAM Identity Center user
assignment. |
Studio |
Studio.withIdpAuthUrl(String idpAuthUrl)
Your identity provider's authentication endpoint.
|
Studio |
Studio.withIdpRelayStateParameterName(String idpRelayStateParameterName)
The name of your identity provider's
RelayState parameter. |
Studio |
Studio.withName(String name)
The name of the Amazon EMR Studio.
|
Studio |
Studio.withServiceRole(String serviceRole)
The name of the IAM role assumed by the Amazon EMR Studio.
|
Studio |
Studio.withStudioArn(String studioArn)
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
|
Studio |
Studio.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
Studio |
Studio.withSubnetIds(Collection<String> subnetIds)
The list of IDs of the subnets associated with the Amazon EMR Studio.
|
Studio |
Studio.withSubnetIds(String... subnetIds)
The list of IDs of the subnets associated with the Amazon EMR Studio.
|
Studio |
Studio.withTags(Collection<Tag> tags)
A list of tags associated with the Amazon EMR Studio.
|
Studio |
Studio.withTags(Tag... tags)
A list of tags associated with the Amazon EMR Studio.
|
Studio |
Studio.withTrustedIdentityPropagationEnabled(Boolean trustedIdentityPropagationEnabled)
Indicates whether the Studio has Trusted identity propagation enabled.
|
Studio |
Studio.withUrl(String url)
The unique access URL of the Amazon EMR Studio.
|
Studio |
Studio.withUserRole(String userRole)
The name of the IAM role assumed by users logged in to the Amazon EMR Studio.
|
Studio |
Studio.withVpcId(String vpcId)
The ID of the VPC associated with the Amazon EMR Studio.
|
Studio |
Studio.withWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStudioResult.setStudio(Studio studio)
The Amazon EMR Studio details.
|
DescribeStudioResult |
DescribeStudioResult.withStudio(Studio studio)
The Amazon EMR Studio details.
|
Copyright © 2025. All rights reserved.