@Generated(value="software.amazon.awssdk:codegen") public final class Studio extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Studio.Builder,Studio>
Details for an Amazon EMR Studio including ID, creation time, name, and so on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Studio.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthMode |
authMode()
Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.
|
String |
authModeAsString()
Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.
|
static Studio.Builder |
builder() |
Instant |
creationTime()
The time the Amazon EMR Studio was created.
|
String |
defaultS3Location()
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
String |
description()
The detailed description of the Amazon EMR Studio.
|
String |
engineSecurityGroupId()
The ID of the Engine security group associated with the Amazon EMR Studio.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnetIds()
For responses, this returns true if the service returned a value for the SubnetIds property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
idpAuthUrl()
Your identity provider's authentication endpoint.
|
String |
idpRelayStateParameterName()
The name of your identity provider's
RelayState parameter. |
String |
name()
The name of the Amazon EMR Studio.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Studio.Builder> |
serializableBuilderClass() |
String |
serviceRole()
The name of the IAM role assumed by the Amazon EMR Studio.
|
String |
studioArn()
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
|
String |
studioId()
The ID of the Amazon EMR Studio.
|
List<String> |
subnetIds()
The list of IDs of the subnets associated with the Amazon EMR Studio.
|
List<Tag> |
tags()
A list of tags associated with the Amazon EMR Studio.
|
Studio.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The unique access URL of the Amazon EMR Studio.
|
String |
userRole()
The name of the IAM role assumed by users logged in to the Amazon EMR Studio.
|
String |
vpcId()
The ID of the VPC associated with the Amazon EMR Studio.
|
String |
workspaceSecurityGroupId()
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String studioId()
The ID of the Amazon EMR Studio.
public final String studioArn()
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
public final String name()
The name of the Amazon EMR Studio.
public final String description()
The detailed description of the Amazon EMR Studio.
public final AuthMode authMode()
Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version, authMode will
return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authModeAsString().
AuthModepublic final String authModeAsString()
Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.
If the service returns an enum value that is not available in the current SDK version, authMode will
return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
authModeAsString().
AuthModepublic final String vpcId()
The ID of the VPC associated with the Amazon EMR Studio.
public final boolean hasSubnetIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> subnetIds()
The list of IDs of the subnets associated with the Amazon EMR Studio.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSubnetIds() method.
public final String serviceRole()
The name of the IAM role assumed by the Amazon EMR Studio.
public final String userRole()
The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a
UserRole when you use IAM authentication.
UserRole when you use IAM authentication.public final String workspaceSecurityGroupId()
The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.
public final String engineSecurityGroupId()
The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.
public final String url()
The unique access URL of the Amazon EMR Studio.
public final Instant creationTime()
The time the Amazon EMR Studio was created.
public final String defaultS3Location()
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
public final String idpAuthUrl()
Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.
public final String idpRelayStateParameterName()
The name of your identity provider's RelayState parameter.
RelayState parameter.public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
A list of tags associated with the Amazon EMR Studio.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public Studio.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Studio.Builder,Studio>public static Studio.Builder builder()
public static Class<? extends Studio.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.