public static interface CreateStudioRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioRequest.Builder,CreateStudioRequest>
Modifier and Type | Method and Description |
---|---|
CreateStudioRequest.Builder |
authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
CreateStudioRequest.Builder |
authMode(String authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
|
CreateStudioRequest.Builder |
defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
|
CreateStudioRequest.Builder |
description(String description)
A detailed description of the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
engineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group.
|
CreateStudioRequest.Builder |
idpAuthUrl(String idpAuthUrl)
The authentication endpoint of your identity provider (IdP).
|
CreateStudioRequest.Builder |
idpRelayStateParameterName(String idpRelayStateParameterName)
The name that your identity provider (IdP) uses for its
RelayState parameter. |
CreateStudioRequest.Builder |
name(String name)
A descriptive name for the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStudioRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStudioRequest.Builder |
serviceRole(String serviceRole)
The IAM role that the Amazon EMR Studio assumes.
|
CreateStudioRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to associate with the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
tags(Tag... tags)
A list of tags to associate with the Amazon EMR Studio.
|
CreateStudioRequest.Builder |
userRole(String userRole)
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio.
|
CreateStudioRequest.Builder |
vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
CreateStudioRequest.Builder |
workspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Amazon EMR Studio Workspace security group.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateStudioRequest.Builder name(String name)
A descriptive name for the Amazon EMR Studio.
name
- A descriptive name for the Amazon EMR Studio.CreateStudioRequest.Builder description(String description)
A detailed description of the Amazon EMR Studio.
description
- A detailed description of the Amazon EMR Studio.CreateStudioRequest.Builder authMode(String authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
CreateStudioRequest.Builder authMode(AuthMode authMode)
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
CreateStudioRequest.Builder vpcId(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.CreateStudioRequest.Builder subnetIds(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.CreateStudioRequest.Builder subnetIds(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.CreateStudioRequest.Builder serviceRole(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.CreateStudioRequest.Builder userRole(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 Amazon Web Services SSO 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 Amazon Web Services SSO authentication. The permissions attached to
the UserRole
can be scoped down for each user or group using session policies.CreateStudioRequest.Builder workspaceSecurityGroupId(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
.CreateStudioRequest.Builder engineSecurityGroupId(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
.CreateStudioRequest.Builder defaultS3Location(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.CreateStudioRequest.Builder idpAuthUrl(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.CreateStudioRequest.Builder idpRelayStateParameterName(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.CreateStudioRequest.Builder tags(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.CreateStudioRequest.Builder tags(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.CreateStudioRequest.Builder tags(Consumer<Tag.Builder>... 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.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.