JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticmapreduce.model

Class UpdateStudioRequest

    • Constructor Detail

      • UpdateStudioRequest

        public UpdateStudioRequest()
    • Method Detail

      • setStudioId

        public void setStudioId(String studioId)

        The ID of the Amazon EMR Studio to update.

        Parameters:
        studioId - The ID of the Amazon EMR Studio to update.
      • getStudioId

        public String getStudioId()

        The ID of the Amazon EMR Studio to update.

        Returns:
        The ID of the Amazon EMR Studio to update.
      • withStudioId

        public UpdateStudioRequest withStudioId(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.
      • setName

        public void setName(String name)

        A descriptive name for the Amazon EMR Studio.

        Parameters:
        name - A descriptive name for the Amazon EMR Studio.
      • getName

        public String getName()

        A descriptive name for the Amazon EMR Studio.

        Returns:
        A descriptive name for the Amazon EMR Studio.
      • withName

        public UpdateStudioRequest withName(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.
      • setDescription

        public void setDescription(String description)

        A detailed description to assign to the Amazon EMR Studio.

        Parameters:
        description - A detailed description to assign to the Amazon EMR Studio.
      • getDescription

        public String getDescription()

        A detailed description to assign to the Amazon EMR Studio.

        Returns:
        A detailed description to assign to the Amazon EMR Studio.
      • withDescription

        public UpdateStudioRequest withDescription(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.
      • getSubnetIds

        public List<String> getSubnetIds()

        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:
        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.
      • setSubnetIds

        public void setSubnetIds(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.
      • withSubnetIds

        public UpdateStudioRequest withSubnetIds(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.

        NOTE: This method appends the values to the existing list (if any). Use setSubnetIds(java.util.Collection) or withSubnetIds(java.util.Collection) if you want to override the existing values.

        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.
      • withSubnetIds

        public UpdateStudioRequest withSubnetIds(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.
      • setDefaultS3Location

        public void setDefaultS3Location(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.
      • getDefaultS3Location

        public String getDefaultS3Location()

        The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.

        Returns:
        The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
      • withDefaultS3Location

        public UpdateStudioRequest withDefaultS3Location(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.
      • setEncryptionKeyArn

        public void setEncryptionKeyArn(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.
      • getEncryptionKeyArn

        public String getEncryptionKeyArn()

        The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.

        Returns:
        The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
      • withEncryptionKeyArn

        public UpdateStudioRequest withEncryptionKeyArn(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /