Interface UpdateStudioRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>,EmrRequest.Builder,SdkBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStudioRequest
public static interface UpdateStudioRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateStudioRequest.BuilderdefaultS3Location(String defaultS3Location)The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.UpdateStudioRequest.Builderdescription(String description)A detailed description to assign to the Amazon EMR Studio.UpdateStudioRequest.BuilderencryptionKeyArn(String encryptionKeyArn)The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.UpdateStudioRequest.Buildername(String name)A descriptive name for the Amazon EMR Studio.UpdateStudioRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStudioRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStudioRequest.BuilderstudioId(String studioId)The ID of the Amazon EMR Studio to update.UpdateStudioRequest.BuildersubnetIds(String... subnetIds)A list of subnet IDs to associate with the Amazon EMR Studio.UpdateStudioRequest.BuildersubnetIds(Collection<String> subnetIds)A list of subnet IDs to associate with the Amazon EMR Studio.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
studioId
UpdateStudioRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio to update.
- Parameters:
studioId- The ID of the Amazon EMR Studio to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateStudioRequest.Builder name(String name)
A descriptive name for the Amazon EMR Studio.
- Parameters:
name- A descriptive name for the Amazon EMR Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateStudioRequest.Builder description(String description)
A detailed description to assign to the Amazon EMR Studio.
- Parameters:
description- A detailed description to assign to the Amazon EMR Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultS3Location
UpdateStudioRequest.Builder defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
- Parameters:
defaultS3Location- The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
UpdateStudioRequest.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.
- Parameters:
encryptionKeyArn- The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-