@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JupyterServerAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The JupyterServer app settings.
| Constructor and Description |
|---|
JupyterServerAppSettings() |
| Modifier and Type | Method and Description |
|---|---|
JupyterServerAppSettings |
clone() |
boolean |
equals(Object obj) |
ResourceSpec |
getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
String |
toString()
Returns a string representation of this object.
|
JupyterServerAppSettings |
withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.public ResourceSpec getDefaultResourceSpec()
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
public JupyterServerAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.public String toString()
toString in class ObjectObject.toString()public JupyterServerAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.