Uses of Interface
software.amazon.awssdk.services.emr.model.UpdateStudioRequest.Builder
-
Packages that use UpdateStudioRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of UpdateStudioRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type UpdateStudioRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateStudioResponse>EmrAsyncClient. updateStudio(Consumer<UpdateStudioRequest.Builder> updateStudioRequest)Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.default UpdateStudioResponseEmrClient. updateStudio(Consumer<UpdateStudioRequest.Builder> updateStudioRequest)Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets. -
Uses of UpdateStudioRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return UpdateStudioRequest.Builder Modifier and Type Method Description static UpdateStudioRequest.BuilderUpdateStudioRequest. builder()UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. defaultS3Location(String defaultS3Location)The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. description(String description)A detailed description to assign to the Amazon EMR Studio.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. encryptionKeyArn(String encryptionKeyArn)The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. name(String name)A descriptive name for the Amazon EMR Studio.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. studioId(String studioId)The ID of the Amazon EMR Studio to update.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. subnetIds(String... subnetIds)A list of subnet IDs to associate with the Amazon EMR Studio.UpdateStudioRequest.BuilderUpdateStudioRequest.Builder. subnetIds(Collection<String> subnetIds)A list of subnet IDs to associate with the Amazon EMR Studio.UpdateStudioRequest.BuilderUpdateStudioRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type UpdateStudioRequest.Builder Modifier and Type Method Description static Class<? extends UpdateStudioRequest.Builder>UpdateStudioRequest. serializableBuilderClass()
-