@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNotebookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateNotebookRequest() |
Modifier and Type | Method and Description |
---|---|
CreateNotebookRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
String |
getName()
The name of the
ipynb file to be created in the Spark workgroup, without the .ipynb
extension. |
String |
getWorkGroup()
The name of the Spark enabled workgroup in which the notebook will be created.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
void |
setName(String name)
The name of the
ipynb file to be created in the Spark workgroup, without the .ipynb
extension. |
void |
setWorkGroup(String workGroup)
The name of the Spark enabled workgroup in which the notebook will be created.
|
String |
toString()
Returns a string representation of this object.
|
CreateNotebookRequest |
withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
CreateNotebookRequest |
withName(String name)
The name of the
ipynb file to be created in the Spark workgroup, without the .ipynb
extension. |
CreateNotebookRequest |
withWorkGroup(String workGroup)
The name of the Spark enabled workgroup in which the notebook will be created.
|
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 setWorkGroup(String workGroup)
The name of the Spark enabled workgroup in which the notebook will be created.
workGroup
- The name of the Spark enabled workgroup in which the notebook will be created.public String getWorkGroup()
The name of the Spark enabled workgroup in which the notebook will be created.
public CreateNotebookRequest withWorkGroup(String workGroup)
The name of the Spark enabled workgroup in which the notebook will be created.
workGroup
- The name of the Spark enabled workgroup in which the notebook will be created.public void setName(String name)
The name of the ipynb
file to be created in the Spark workgroup, without the .ipynb
extension.
name
- The name of the ipynb
file to be created in the Spark workgroup, without the
.ipynb
extension.public String getName()
The name of the ipynb
file to be created in the Spark workgroup, without the .ipynb
extension.
ipynb
file to be created in the Spark workgroup, without the
.ipynb
extension.public CreateNotebookRequest withName(String name)
The name of the ipynb
file to be created in the Spark workgroup, without the .ipynb
extension.
name
- The name of the ipynb
file to be created in the Spark workgroup, without the
.ipynb
extension.public void setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes
only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public String getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public CreateNotebookRequest withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes
only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public String toString()
toString
in class Object
Object.toString()
public CreateNotebookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()