Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
StudioSummary |
StudioSummary.clone() |
StudioSummary |
StudioSummary.withAuthMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
StudioSummary |
StudioSummary.withAuthMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
StudioSummary |
StudioSummary.withCreationTime(Date creationTime)
The time when the Amazon EMR Studio was created.
|
StudioSummary |
StudioSummary.withDescription(String description)
The detailed description of the Amazon EMR Studio.
|
StudioSummary |
StudioSummary.withName(String name)
The name of the Amazon EMR Studio.
|
StudioSummary |
StudioSummary.withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
StudioSummary |
StudioSummary.withUrl(String url)
The unique access URL of the Amazon EMR Studio.
|
StudioSummary |
StudioSummary.withVpcId(String vpcId)
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
|
Modifier and Type | Method and Description |
---|---|
List<StudioSummary> |
ListStudiosResult.getStudios()
The list of Studio summary objects.
|
Modifier and Type | Method and Description |
---|---|
ListStudiosResult |
ListStudiosResult.withStudios(StudioSummary... studios)
The list of Studio summary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStudiosResult.setStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
ListStudiosResult |
ListStudiosResult.withStudios(Collection<StudioSummary> studios)
The list of Studio summary objects.
|
Copyright © 2023. All rights reserved.