Class CfnStudio.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnStudio>
- Enclosing class:
- CfnStudio
CfnStudio.- 
Method SummaryModifier and TypeMethodDescriptionSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.build()static CfnStudio.BuilderdefaultS3Location(String defaultS3Location) The Amazon S3 location to back up EMR Studio Workspaces and notebook files.description(String description) A detailed description of the Amazon EMR Studio.engineSecurityGroupId(String engineSecurityGroupId) The ID of the Amazon EMR Studio Engine security group.idpAuthUrl(String idpAuthUrl) Your identity provider's authentication endpoint.idpRelayStateParameterName(String idpRelayStateParameterName) The name of your identity provider'sRelayStateparameter.A descriptive name for the Amazon EMR Studio.serviceRole(String serviceRole) The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.A list of subnet IDs to associate with the Amazon EMR Studio.An array of key-value pairs to apply to this resource.The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.workspaceSecurityGroupId(String workspaceSecurityGroupId) The ID of the Workspace security group associated with the Amazon EMR Studio.
- 
Method Details- 
create- Parameters:
- scope-- scope in which this resource is defined.
 
- id-- scoped id of the resource.
 
- Returns:
- a new instance of CfnStudio.Builder.
 
- 
authModeSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.- Parameters:
- authMode- Specifies whether the Studio authenticates users using IAM Identity Center or IAM. This parameter is required.
- Returns:
- this
 
- 
defaultS3LocationThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.- Parameters:
- defaultS3Location- The Amazon S3 location to back up EMR Studio Workspaces and notebook files. This parameter is required.
- Returns:
- this
 
- 
engineSecurityGroupIdThe 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.- Parameters:
- engineSecurityGroupId- The ID of the Amazon EMR Studio Engine security group. This parameter is required.
- Returns:
- this
 
- 
nameA descriptive name for the Amazon EMR Studio.- Parameters:
- name- A descriptive name for the Amazon EMR Studio. This parameter is required.
- Returns:
- this
 
- 
serviceRoleThe Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.The service role provides a way for Amazon EMR Studio to interoperate with other AWS services. - Parameters:
- serviceRole- The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio. This parameter is required.
- Returns:
- this
 
- 
subnetIdsA 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.- Parameters:
- subnetIds- A list of subnet IDs to associate with the Amazon EMR Studio. This parameter is required.
- Returns:
- this
 
- 
vpcIdThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.- Parameters:
- vpcId- The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio. This parameter is required.
- Returns:
- this
 
- 
workspaceSecurityGroupId@Stability(Stable) public CfnStudio.Builder workspaceSecurityGroupId(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. - Parameters:
- workspaceSecurityGroupId- The ID of the Workspace security group associated with the Amazon EMR Studio. This parameter is required.
- Returns:
- this
 
- 
descriptionA detailed description of the Amazon EMR Studio.- Parameters:
- description- A detailed description of the Amazon EMR Studio. This parameter is required.
- Returns:
- this
 
- 
idpAuthUrlYour 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. - Parameters:
- idpAuthUrl- Your identity provider's authentication endpoint. This parameter is required.
- Returns:
- this
 
- 
idpRelayStateParameterName@Stability(Stable) public CfnStudio.Builder idpRelayStateParameterName(String idpRelayStateParameterName) The name of your identity provider'sRelayStateparameter.- Parameters:
- idpRelayStateParameterName- The name of your identity provider's- RelayStateparameter. This parameter is required.
- Returns:
- this
 
- 
tagsAn array of key-value pairs to apply to this resource.For more information, see Tag . - Parameters:
- tags- An array of key-value pairs to apply to this resource. This parameter is required.
- Returns:
- this
 
- 
userRoleThe Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.The permissions attached to this IAM role can be scoped down for each user or group using session policies. You only need to specify UserRolewhen you setAuthModetoSSO.- Parameters:
- userRole- The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio. This parameter is required.
- Returns:
- this
 
- 
build
 
-