public static interface StudioSummary.Builder extends SdkPojo, CopyableBuilder<StudioSummary.Builder,StudioSummary>
| Modifier and Type | Method and Description |
|---|---|
StudioSummary.Builder |
authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
StudioSummary.Builder |
authMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
StudioSummary.Builder |
creationTime(Instant creationTime)
The time when the Amazon EMR Studio was created.
|
StudioSummary.Builder |
description(String description)
The detailed description of the Amazon EMR Studio.
|
StudioSummary.Builder |
name(String name)
The name of the Amazon EMR Studio.
|
StudioSummary.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
StudioSummary.Builder |
url(String url)
The unique access URL of the Amazon EMR Studio.
|
StudioSummary.Builder |
vpcId(String vpcId)
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStudioSummary.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.StudioSummary.Builder name(String name)
The name of the Amazon EMR Studio.
name - The name of the Amazon EMR Studio.StudioSummary.Builder vpcId(String vpcId)
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
vpcId - The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.StudioSummary.Builder description(String description)
The detailed description of the Amazon EMR Studio.
description - The detailed description of the Amazon EMR Studio.StudioSummary.Builder url(String url)
The unique access URL of the Amazon EMR Studio.
url - The unique access URL of the Amazon EMR Studio.StudioSummary.Builder authMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
StudioSummary.Builder authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
StudioSummary.Builder creationTime(Instant creationTime)
The time when the Amazon EMR Studio was created.
creationTime - The time when the Amazon EMR Studio was created.Copyright © 2023. All rights reserved.