@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() |
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 |
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 |
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 |
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, copyBaseTo, 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 String toString()
toString
in class Object
Object.toString()
public UpdateStudioRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.