Package | Description |
---|---|
software.amazon.awssdk.services.emr.model |
Modifier and Type | Method and Description |
---|---|
Studio.Builder |
Studio.Builder.authMode(AuthMode authMode)
Specifies whether the Amazon EMR Studio authenticates users using single sign-on (SSO) or IAM.
|
Studio.Builder |
Studio.Builder.authMode(String authMode)
Specifies whether the Amazon EMR Studio authenticates users using single sign-on (SSO) or IAM.
|
static Studio.Builder |
Studio.builder() |
Studio.Builder |
Studio.Builder.creationTime(Instant creationTime)
The time the Amazon EMR Studio was created.
|
Studio.Builder |
Studio.Builder.defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
Studio.Builder |
Studio.Builder.description(String description)
The detailed description of the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.engineSecurityGroupId(String engineSecurityGroupId)
The ID of the Engine security group associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.name(String name)
The name of the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.serviceRole(String serviceRole)
The name of the IAM role assumed by the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.studioArn(String studioArn)
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.studioId(String studioId)
The ID of the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.subnetIds(Collection<String> subnetIds)
The list of IDs of the subnets associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.subnetIds(String... subnetIds)
The list of IDs of the subnets associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.tags(Collection<Tag> tags)
A list of tags associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.tags(Tag... tags)
A list of tags associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.toBuilder() |
Studio.Builder |
Studio.Builder.url(String url)
The unique access URL of the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.userRole(String userRole)
The name of the IAM role assumed by users logged in to the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.vpcId(String vpcId)
The ID of the VPC associated with the Amazon EMR Studio.
|
Studio.Builder |
Studio.Builder.workspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Studio.Builder> |
Studio.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DescribeStudioResponse.Builder |
DescribeStudioResponse.Builder.studio(Consumer<Studio.Builder> studio)
The Amazon EMR Studio details.
|
Copyright © 2021. All rights reserved.