| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce | 
 
 Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. 
 | 
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateStudioResult> | 
AbstractAmazonElasticMapReduceAsync.createStudioAsync(CreateStudioRequest request,
                 AsyncHandler<CreateStudioRequest,CreateStudioResult> asyncHandler)  | 
Future<CreateStudioResult> | 
AmazonElasticMapReduceAsyncClient.createStudioAsync(CreateStudioRequest request,
                 AsyncHandler<CreateStudioRequest,CreateStudioResult> asyncHandler)  | 
Future<CreateStudioResult> | 
AmazonElasticMapReduceAsync.createStudioAsync(CreateStudioRequest createStudioRequest,
                 AsyncHandler<CreateStudioRequest,CreateStudioResult> asyncHandler)
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStudioRequest | 
CreateStudioRequest.clone()  | 
CreateStudioRequest | 
CreateStudioRequest.withAuthMode(AuthMode authMode)
 Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withAuthMode(String authMode)
 Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withDefaultS3Location(String defaultS3Location)
 The default Amazon S3 location to back up EMR Studio Workspaces and notebook files. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withDescription(String description)
 A detailed description of the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withEngineSecurityGroupId(String engineSecurityGroupId)
 The ID of the Amazon EMR Studio Engine security group. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withName(String name)
 A descriptive name for the Amazon EMR Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withServiceRole(String serviceRole)
 The IAM role that will be assumed by the Amazon EMR Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withSubnetIds(Collection<String> subnetIds)
 A list of subnet IDs to associate with the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withSubnetIds(String... subnetIds)
 A list of subnet IDs to associate with the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withTags(Collection<Tag> tags)
 A list of tags to associate with the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withTags(Tag... tags)
 A list of tags to associate with the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withUserRole(String userRole)
 The IAM user role that will be assumed by users and groups logged in to a Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withVpcId(String vpcId)
 The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio. 
 | 
CreateStudioRequest | 
CreateStudioRequest.withWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
 The ID of the Amazon EMR Studio Workspace security group. 
 | 
Copyright © 2020. All rights reserved.