@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. | 
| 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. The shell script must be a base64-encoded string.
public void setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
onCreate - The shell script that runs only once, when you create a notebook instance. The shell script must be a
        base64-encoded string.public UpdateNotebookInstanceLifecycleConfigRequest withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
 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 instance. The shell script must be a
        base64-encoded string.public UpdateNotebookInstanceLifecycleConfigRequest withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
onCreate - The shell script that runs only once, when you create a notebook instance. The shell script must be a
        base64-encoded string.public List<NotebookInstanceLifecycleHook> getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
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. The shell script must be a base64-encoded string.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
        notebook instance. The shell script must be a base64-encoded string.public UpdateNotebookInstanceLifecycleConfigRequest withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
 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. The shell script must be a base64-encoded string.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. The shell script must be a base64-encoded string.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
        notebook instance. The shell script must be a base64-encoded string.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.