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 Details

    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.