@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStudioRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStudioRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStudioRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDefaultS3Location()
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
|
String |
getDescription()
A detailed description to assign to the Amazon EMR Studio.
|
String |
getEncryptionKeyArn()
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to
Amazon S3.
|
String |
getName()
A descriptive name for the Amazon EMR Studio.
|
String |
getStudioId()
The ID of the Amazon EMR Studio to update.
|
List<String> |
getSubnetIds()
A list of subnet IDs to associate with the Amazon EMR Studio.
|
int |
hashCode() |
void |
setDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
|
void |
setDescription(String description)
A detailed description to assign to the Amazon EMR Studio.
|
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.
|
void |
setName(String name)
A descriptive name for the Amazon EMR Studio.
|
void |
setStudioId(String studioId)
The ID of the Amazon EMR Studio to update.
|
void |
setSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStudioRequest |
withDefaultS3Location(String defaultS3Location)
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
|
UpdateStudioRequest |
withDescription(String description)
A detailed description to assign to the Amazon EMR Studio.
|
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.
|
UpdateStudioRequest |
withName(String name)
A descriptive name for the Amazon EMR Studio.
|
UpdateStudioRequest |
withStudioId(String studioId)
The ID of the Amazon EMR Studio to update.
|
UpdateStudioRequest |
withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
UpdateStudioRequest |
withSubnetIds(String... subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStudioId(String studioId)
The ID of the Amazon EMR Studio to update.
studioId
- The ID of the Amazon EMR Studio to update.public String getStudioId()
The ID of the Amazon EMR Studio to update.
public UpdateStudioRequest withStudioId(String studioId)
The ID of the Amazon EMR Studio to update.
studioId
- The ID of the Amazon EMR Studio to update.public void setName(String name)
A descriptive name for the Amazon EMR Studio.
name
- A descriptive name for the Amazon EMR Studio.public String getName()
A descriptive name for the Amazon EMR Studio.
public UpdateStudioRequest withName(String name)
A descriptive name for the Amazon EMR Studio.
name
- A descriptive name for the Amazon EMR Studio.public void setDescription(String description)
A detailed description to assign to the Amazon EMR Studio.
description
- A detailed description to assign to the Amazon EMR Studio.public String getDescription()
A detailed description to assign to the Amazon EMR Studio.
public UpdateStudioRequest withDescription(String description)
A detailed description to assign to the Amazon EMR Studio.
description
- A detailed description to assign to the Amazon EMR Studio.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.
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.
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.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.
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.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.
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.public void setDefaultS3Location(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.public String getDefaultS3Location()
The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
public UpdateStudioRequest withDefaultS3Location(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.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.
encryptionKeyArn
- The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up
to Amazon S3.public String getEncryptionKeyArn()
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
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.
encryptionKeyArn
- The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up
to Amazon S3.public String toString()
toString
in class Object
Object.toString()
public UpdateStudioRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()