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 Studio authenticates users using single sign-on (SSO) or IAM.
|
Studio |
Studio.withAuthMode(String authMode)
Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM.
|
Studio |
Studio.withCreationTime(Date creationTime)
The time the Amazon EMR Studio was created.
|
Studio |
Studio.withDefaultS3Location(String defaultS3Location)
The default Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
Studio |
Studio.withDescription(String description)
The detailed description of the EMR Studio.
|
Studio |
Studio.withEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Engine security group associated with the Amazon EMR Studio.
|
Studio |
Studio.withName(String name)
The name of the 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 EMR Studio.
|
Studio |
Studio.withStudioId(String studioId)
The ID of the 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.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 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 © 2020. All rights reserved.