@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNotebookInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateNotebookInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceType()
The Amazon ML compute instance type.
|
String |
getNotebookInstanceName()
The name of the notebook instance to update.
|
String |
getRoleArn()
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
|
int |
hashCode() |
void |
setInstanceType(String instanceType)
The Amazon ML compute instance type.
|
void |
setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
void |
setRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateNotebookInstanceRequest |
withInstanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
withInstanceType(String instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest |
withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
UpdateNotebookInstanceRequest |
withRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
|
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, withSdkRequestTimeoutpublic void setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
notebookInstanceName - The name of the notebook instance to update.public String getNotebookInstanceName()
The name of the notebook instance to update.
public UpdateNotebookInstanceRequest withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
notebookInstanceName - The name of the notebook instance to update.public void setInstanceType(String instanceType)
The Amazon ML compute instance type.
instanceType - The Amazon ML compute instance type.InstanceTypepublic String getInstanceType()
The Amazon ML compute instance type.
InstanceTypepublic UpdateNotebookInstanceRequest withInstanceType(String instanceType)
The Amazon ML compute instance type.
instanceType - The Amazon ML compute instance type.InstanceTypepublic UpdateNotebookInstanceRequest withInstanceType(InstanceType instanceType)
The Amazon ML compute instance type.
instanceType - The Amazon ML compute instance type.InstanceTypepublic void setRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
roleArn - Amazon Resource Name (ARN) of the IAM role to associate with the instance.public String getRoleArn()
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
public UpdateNotebookInstanceRequest withRoleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
roleArn - Amazon Resource Name (ARN) of the IAM role to associate with the instance.public String toString()
toString in class ObjectObject.toString()public UpdateNotebookInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.