@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SharingSettings extends Object implements Serializable, Cloneable, StructuredPojo
The sharing settings.
| Constructor and Description |
|---|
SharingSettings() |
| Modifier and Type | Method and Description |
|---|---|
SharingSettings |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookOutputOption()
The notebook output option.
|
String |
getS3KmsKeyId()
The AWS Key Management Service encryption key ID.
|
String |
getS3OutputPath()
The Amazon S3 output path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNotebookOutputOption(String notebookOutputOption)
The notebook output option.
|
void |
setS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
|
void |
setS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
String |
toString()
Returns a string representation of this object.
|
SharingSettings |
withNotebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
|
SharingSettings |
withNotebookOutputOption(String notebookOutputOption)
The notebook output option.
|
SharingSettings |
withS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
|
SharingSettings |
withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
public void setNotebookOutputOption(String notebookOutputOption)
The notebook output option.
notebookOutputOption - The notebook output option.NotebookOutputOptionpublic String getNotebookOutputOption()
The notebook output option.
NotebookOutputOptionpublic SharingSettings withNotebookOutputOption(String notebookOutputOption)
The notebook output option.
notebookOutputOption - The notebook output option.NotebookOutputOptionpublic SharingSettings withNotebookOutputOption(NotebookOutputOption notebookOutputOption)
The notebook output option.
notebookOutputOption - The notebook output option.NotebookOutputOptionpublic void setS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
s3OutputPath - The Amazon S3 output path.public String getS3OutputPath()
The Amazon S3 output path.
public SharingSettings withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
s3OutputPath - The Amazon S3 output path.public void setS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
s3KmsKeyId - The AWS Key Management Service encryption key ID.public String getS3KmsKeyId()
The AWS Key Management Service encryption key ID.
public SharingSettings withS3KmsKeyId(String s3KmsKeyId)
The AWS Key Management Service encryption key ID.
s3KmsKeyId - The AWS Key Management Service encryption key ID.public String toString()
toString in class ObjectObject.toString()public SharingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.