@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNotebookInstanceLifecycleConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateNotebookInstanceLifecycleConfigRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateNotebookInstanceLifecycleConfigRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getNotebookInstanceLifecycleConfigName()
 The name of the lifecycle configuration. 
 | 
List<NotebookInstanceLifecycleHook> | 
getOnCreate()
 The shell script that runs only once, when you create a notebook instance 
 | 
List<NotebookInstanceLifecycleHook> | 
getOnStart()
 The shell script that runs every time you start a notebook instance, including when you create the notebook
 instance. 
 | 
int | 
hashCode()  | 
void | 
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
 The name of the lifecycle configuration. 
 | 
void | 
setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
 The shell script that runs only once, when you create a notebook instance 
 | 
void | 
setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
 The shell script that runs every time you start a notebook instance, including when you create the notebook
 instance. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
UpdateNotebookInstanceLifecycleConfigRequest | 
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
 The name of the lifecycle configuration. 
 | 
UpdateNotebookInstanceLifecycleConfigRequest | 
withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
 The shell script that runs only once, when you create a notebook instance 
 | 
UpdateNotebookInstanceLifecycleConfigRequest | 
withOnCreate(NotebookInstanceLifecycleHook... onCreate)
 The shell script that runs only once, when you create a notebook instance 
 | 
UpdateNotebookInstanceLifecycleConfigRequest | 
withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
 The shell script that runs every time you start a notebook instance, including when you create the notebook
 instance. 
 | 
UpdateNotebookInstanceLifecycleConfigRequest | 
withOnStart(NotebookInstanceLifecycleHook... onStart)
 The shell script that runs every time you start a notebook instance, including when you create the notebook
 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 UpdateNotebookInstanceLifecycleConfigRequest()
public void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.public String getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
public UpdateNotebookInstanceLifecycleConfigRequest withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.public List<NotebookInstanceLifecycleHook> getOnCreate()
The shell script that runs only once, when you create a notebook instance
public void setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance
onCreate - The shell script that runs only once, when you create a notebook instancepublic UpdateNotebookInstanceLifecycleConfigRequest withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance
 NOTE: This method appends the values to the existing list (if any). Use
 setOnCreate(java.util.Collection) or withOnCreate(java.util.Collection) if you want to override
 the existing values.
 
onCreate - The shell script that runs only once, when you create a notebook instancepublic UpdateNotebookInstanceLifecycleConfigRequest withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance
onCreate - The shell script that runs only once, when you create a notebook instancepublic List<NotebookInstanceLifecycleHook> getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
public void setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
        notebook instance.public UpdateNotebookInstanceLifecycleConfigRequest withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
 NOTE: This method appends the values to the existing list (if any). Use
 setOnStart(java.util.Collection) or withOnStart(java.util.Collection) if you want to override
 the existing values.
 
onStart - The shell script that runs every time you start a notebook instance, including when you create the
        notebook instance.public UpdateNotebookInstanceLifecycleConfigRequest withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
        notebook instance.public String toString()
toString in class ObjectObject.toString()public UpdateNotebookInstanceLifecycleConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.