public static interface UpdateStudioRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStudioRequest.Builder |
defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
|
UpdateStudioRequest.Builder |
description(String description)
A detailed description to assign to the Amazon EMR Studio.
|
UpdateStudioRequest.Builder |
name(String name)
A descriptive name for the Amazon EMR Studio.
|
UpdateStudioRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStudioRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStudioRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio to update.
|
UpdateStudioRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
UpdateStudioRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStudioRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio to update.
studioId - The ID of the Amazon EMR Studio to update.UpdateStudioRequest.Builder name(String name)
A descriptive name for the Amazon EMR Studio.
name - A descriptive name for the Amazon EMR Studio.UpdateStudioRequest.Builder description(String description)
A detailed description to assign to the Amazon EMR Studio.
description - A detailed description to assign to the Amazon EMR Studio.UpdateStudioRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
subnetIds - A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but
must also include all of the subnet IDs previously associated with the Studio. The list order does not
matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the
Studio.UpdateStudioRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
subnetIds - A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but
must also include all of the subnet IDs previously associated with the Studio. The list order does not
matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the
Studio.UpdateStudioRequest.Builder defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
defaultS3Location - The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.UpdateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.