@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStudioRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStudioRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStudioRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthMode()
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
String |
getDefaultS3Location()
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
String |
getDescription()
A detailed description of the Amazon EMR Studio.
|
String |
getEncryptionKeyArn()
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to
Amazon S3.
|
String |
getEngineSecurityGroupId()
The ID of the Amazon EMR Studio Engine security group.
|
String |
getIdcInstanceArn()
The ARN of the IAM Identity Center instance to create the Studio application.
|
String |
getIdcUserAssignment()
Specifies whether IAM Identity Center user assignment is
REQUIRED or OPTIONAL . |
String |
getIdpAuthUrl()
The authentication endpoint of your identity provider (IdP).
|
String |
getIdpRelayStateParameterName()
The name that your identity provider (IdP) uses for its
RelayState parameter. |
String |
getName()
A descriptive name for the Amazon EMR Studio.
|
String |
getServiceRole()
The IAM role that the Amazon EMR Studio assumes.
|
List<String> |
getSubnetIds()
A list of subnet IDs to associate with the Amazon EMR Studio.
|
List<Tag> |
getTags()
A list of tags to associate with the Amazon EMR Studio.
|
Boolean |
getTrustedIdentityPropagationEnabled()
A Boolean indicating whether to enable Trusted identity propagation for the Studio.
|
String |
getUserRole()
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio.
|
String |
getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
String |
getWorkspaceSecurityGroupId()
The ID of the Amazon EMR Studio Workspace security group.
|
int |
hashCode() |
Boolean |
isTrustedIdentityPropagationEnabled()
A Boolean indicating whether to enable Trusted identity propagation for the Studio.
|
void |
setAuthMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
void |
setDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
void |
setDescription(String description)
A detailed description of the Amazon EMR Studio.
|
void |
setEncryptionKeyArn(String encryptionKeyArn)
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to
Amazon S3.
|
void |
setEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group.
|
void |
setIdcInstanceArn(String idcInstanceArn)
The ARN of the IAM Identity Center instance to create the Studio application.
|
void |
setIdcUserAssignment(String idcUserAssignment)
Specifies whether IAM Identity Center user assignment is
REQUIRED or OPTIONAL . |
void |
setIdpAuthUrl(String idpAuthUrl)
The authentication endpoint of your identity provider (IdP).
|
void |
setIdpRelayStateParameterName(String idpRelayStateParameterName)
The name that your identity provider (IdP) uses for its
RelayState parameter. |
void |
setName(String name)
A descriptive name for the Amazon EMR Studio.
|
void |
setServiceRole(String serviceRole)
The IAM role that the Amazon EMR Studio assumes.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
void |
setTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
void |
setTrustedIdentityPropagationEnabled(Boolean trustedIdentityPropagationEnabled)
A Boolean indicating whether to enable Trusted identity propagation for the Studio.
|
void |
setUserRole(String userRole)
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio.
|
void |
setVpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
void |
setWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Amazon EMR Studio Workspace security group.
|
String |
toString()
Returns a string representation of this object.
|
CreateStudioRequest |
withAuthMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
CreateStudioRequest |
withAuthMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
|
CreateStudioRequest |
withDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
CreateStudioRequest |
withDescription(String description)
A detailed description of the Amazon EMR Studio.
|
CreateStudioRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to
Amazon S3.
|
CreateStudioRequest |
withEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group.
|
CreateStudioRequest |
withIdcInstanceArn(String idcInstanceArn)
The ARN of the IAM Identity Center instance to create the Studio application.
|
CreateStudioRequest |
withIdcUserAssignment(IdcUserAssignment idcUserAssignment)
Specifies whether IAM Identity Center user assignment is
REQUIRED or OPTIONAL . |
CreateStudioRequest |
withIdcUserAssignment(String idcUserAssignment)
Specifies whether IAM Identity Center user assignment is
REQUIRED or OPTIONAL . |
CreateStudioRequest |
withIdpAuthUrl(String idpAuthUrl)
The authentication endpoint of your identity provider (IdP).
|
CreateStudioRequest |
withIdpRelayStateParameterName(String idpRelayStateParameterName)
The name that your identity provider (IdP) uses for its
RelayState parameter. |
CreateStudioRequest |
withName(String name)
A descriptive name for the Amazon EMR Studio.
|
CreateStudioRequest |
withServiceRole(String serviceRole)
The IAM role that the Amazon EMR Studio assumes.
|
CreateStudioRequest |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CreateStudioRequest |
withSubnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CreateStudioRequest |
withTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
CreateStudioRequest |
withTags(Tag... tags)
A list of tags to associate with the Amazon EMR Studio.
|
CreateStudioRequest |
withTrustedIdentityPropagationEnabled(Boolean trustedIdentityPropagationEnabled)
A Boolean indicating whether to enable Trusted identity propagation for the Studio.
|
CreateStudioRequest |
withUserRole(String userRole)
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio.
|
CreateStudioRequest |
withVpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
CreateStudioRequest |
withWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Amazon EMR Studio Workspace security group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
A descriptive name for the Amazon EMR Studio.
name
- A descriptive name for the Amazon EMR Studio.public String getName()
A descriptive name for the Amazon EMR Studio.
public CreateStudioRequest withName(String name)
A descriptive name for the Amazon EMR Studio.
name
- A descriptive name for the Amazon EMR Studio.public void setDescription(String description)
A detailed description of the Amazon EMR Studio.
description
- A detailed description of the Amazon EMR Studio.public String getDescription()
A detailed description of the Amazon EMR Studio.
public CreateStudioRequest withDescription(String description)
A detailed description of the Amazon EMR Studio.
description
- A detailed description of the Amazon EMR Studio.public void setAuthMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
authMode
- Specifies whether the Studio authenticates users using IAM or IAM Identity Center.AuthMode
public String getAuthMode()
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
AuthMode
public CreateStudioRequest withAuthMode(String authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
authMode
- Specifies whether the Studio authenticates users using IAM or IAM Identity Center.AuthMode
public CreateStudioRequest withAuthMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
authMode
- Specifies whether the Studio authenticates users using IAM or IAM Identity Center.AuthMode
public void setVpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
vpcId
- The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.public String getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
public CreateStudioRequest withVpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
vpcId
- The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.public List<String> getSubnetIds()
A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The
subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in any of the
specified subnets.
VpcId
. Studio users can create a Workspace
in any of the specified subnets.public void setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The
subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in any of the
specified subnets.
subnetIds
- A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets.
The subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in
any of the specified subnets.public CreateStudioRequest withSubnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The
subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in any of the
specified subnets.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets.
The subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in
any of the specified subnets.public CreateStudioRequest withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The
subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in any of the
specified subnets.
subnetIds
- A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets.
The subnets must belong to the VPC specified by VpcId
. Studio users can create a Workspace in
any of the specified subnets.public void setServiceRole(String serviceRole)
The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.
serviceRole
- The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to
interoperate with other Amazon Web Services services.public String getServiceRole()
The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.
public CreateStudioRequest withServiceRole(String serviceRole)
The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.
serviceRole
- The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to
interoperate with other Amazon Web Services services.public void setUserRole(String userRole)
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.
userRole
- The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.public String getUserRole()
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.public CreateStudioRequest withUserRole(String userRole)
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.
userRole
- The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a
UserRole
when you use IAM Identity Center authentication. The permissions attached to the
UserRole
can be scoped down for each user or group using session policies.public void setWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network
traffic to resources in the Engine security group, and it must be in the same VPC specified by VpcId
.
workspaceSecurityGroupId
- The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound
network traffic to resources in the Engine security group, and it must be in the same VPC specified by
VpcId
.public String getWorkspaceSecurityGroupId()
The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network
traffic to resources in the Engine security group, and it must be in the same VPC specified by VpcId
.
VpcId
.public CreateStudioRequest withWorkspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network
traffic to resources in the Engine security group, and it must be in the same VPC specified by VpcId
.
workspaceSecurityGroupId
- The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound
network traffic to resources in the Engine security group, and it must be in the same VPC specified by
VpcId
.public void setEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic
from the Workspace security group, and it must be in the same VPC specified by VpcId
.
engineSecurityGroupId
- The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network
traffic from the Workspace security group, and it must be in the same VPC specified by VpcId
.public String getEngineSecurityGroupId()
The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic
from the Workspace security group, and it must be in the same VPC specified by VpcId
.
VpcId
.public CreateStudioRequest withEngineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic
from the Workspace security group, and it must be in the same VPC specified by VpcId
.
engineSecurityGroupId
- The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network
traffic from the Workspace security group, and it must be in the same VPC specified by VpcId
.public void setDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
defaultS3Location
- The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.public String getDefaultS3Location()
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
public CreateStudioRequest withDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
defaultS3Location
- The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.public void setIdpAuthUrl(String idpAuthUrl)
The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.
idpAuthUrl
- The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM
authentication and want to let federated users log in to a Studio with the Studio URL and credentials from
your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.public String getIdpAuthUrl()
The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.
public CreateStudioRequest withIdpAuthUrl(String idpAuthUrl)
The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.
idpAuthUrl
- The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM
authentication and want to let federated users log in to a Studio with the Studio URL and credentials from
your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.public void setIdpRelayStateParameterName(String idpRelayStateParameterName)
The name that your identity provider (IdP) uses for its RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication and want
to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by
IdP.
idpRelayStateParameterName
- The name that your identity provider (IdP) uses for its RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication
and want to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by IdP.public String getIdpRelayStateParameterName()
The name that your identity provider (IdP) uses for its RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication and want
to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by
IdP.
RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication
and want to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by IdP.public CreateStudioRequest withIdpRelayStateParameterName(String idpRelayStateParameterName)
The name that your identity provider (IdP) uses for its RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication and want
to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by
IdP.
idpRelayStateParameterName
- The name that your identity provider (IdP) uses for its RelayState
parameter. For example,
RelayState
or TargetSource
. Specify this value when you use IAM authentication
and want to let federated users log in to a Studio using the Studio URL. The RelayState
parameter differs by IdP.public List<Tag> getTags()
A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
public void setTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
tags
- A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist
of a required key string with a maximum of 128 characters, and an optional value string with a maximum of
256 characters.public CreateStudioRequest withTags(Tag... tags)
A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist
of a required key string with a maximum of 128 characters, and an optional value string with a maximum of
256 characters.public CreateStudioRequest withTags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
tags
- A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist
of a required key string with a maximum of 128 characters, and an optional value string with a maximum of
256 characters.public void setTrustedIdentityPropagationEnabled(Boolean trustedIdentityPropagationEnabled)
A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.
trustedIdentityPropagationEnabled
- A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.public Boolean getTrustedIdentityPropagationEnabled()
A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.
false
.public CreateStudioRequest withTrustedIdentityPropagationEnabled(Boolean trustedIdentityPropagationEnabled)
A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.
trustedIdentityPropagationEnabled
- A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.public Boolean isTrustedIdentityPropagationEnabled()
A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is
false
.
false
.public void setIdcUserAssignment(String idcUserAssignment)
Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
. If the
value is set to REQUIRED
, users must be explicitly assigned to the Studio application to access the
Studio.
idcUserAssignment
- Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
.
If the value is set to REQUIRED
, users must be explicitly assigned to the Studio application
to access the Studio.IdcUserAssignment
public String getIdcUserAssignment()
Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
. If the
value is set to REQUIRED
, users must be explicitly assigned to the Studio application to access the
Studio.
REQUIRED
or OPTIONAL
.
If the value is set to REQUIRED
, users must be explicitly assigned to the Studio application
to access the Studio.IdcUserAssignment
public CreateStudioRequest withIdcUserAssignment(String idcUserAssignment)
Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
. If the
value is set to REQUIRED
, users must be explicitly assigned to the Studio application to access the
Studio.
idcUserAssignment
- Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
.
If the value is set to REQUIRED
, users must be explicitly assigned to the Studio application
to access the Studio.IdcUserAssignment
public CreateStudioRequest withIdcUserAssignment(IdcUserAssignment idcUserAssignment)
Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
. If the
value is set to REQUIRED
, users must be explicitly assigned to the Studio application to access the
Studio.
idcUserAssignment
- Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL
.
If the value is set to REQUIRED
, users must be explicitly assigned to the Studio application
to access the Studio.IdcUserAssignment
public void setIdcInstanceArn(String idcInstanceArn)
The ARN of the IAM Identity Center instance to create the Studio application.
idcInstanceArn
- The ARN of the IAM Identity Center instance to create the Studio application.public String getIdcInstanceArn()
The ARN of the IAM Identity Center instance to create the Studio application.
public CreateStudioRequest withIdcInstanceArn(String idcInstanceArn)
The ARN of the IAM Identity Center instance to create the Studio application.
idcInstanceArn
- The ARN of the IAM Identity Center instance to create the Studio application.public void setEncryptionKeyArn(String encryptionKeyArn)
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
encryptionKeyArn
- The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up
to Amazon S3.public String getEncryptionKeyArn()
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
public CreateStudioRequest withEncryptionKeyArn(String encryptionKeyArn)
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
encryptionKeyArn
- The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up
to Amazon S3.public String toString()
toString
in class Object
Object.toString()
public CreateStudioRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()