@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultSpaceSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings that apply to spaces created in the Domain.
Constructor and Description |
---|
DefaultSpaceSettings() |
Modifier and Type | Method and Description |
---|---|
DefaultSpaceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionRole()
The ARN of the execution role for the space.
|
JupyterServerAppSettings |
getJupyterServerAppSettings() |
KernelGatewayAppSettings |
getKernelGatewayAppSettings() |
List<String> |
getSecurityGroups()
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionRole(String executionRole)
The ARN of the execution role for the space.
|
void |
setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
void |
setKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) |
void |
setSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
|
String |
toString()
Returns a string representation of this object.
|
DefaultSpaceSettings |
withExecutionRole(String executionRole)
The ARN of the execution role for the space.
|
DefaultSpaceSettings |
withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
DefaultSpaceSettings |
withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) |
DefaultSpaceSettings |
withSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
|
DefaultSpaceSettings |
withSecurityGroups(String... securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
|
public void setExecutionRole(String executionRole)
The ARN of the execution role for the space.
executionRole
- The ARN of the execution role for the space.public String getExecutionRole()
The ARN of the execution role for the space.
public DefaultSpaceSettings withExecutionRole(String executionRole)
The ARN of the execution role for the space.
executionRole
- The ARN of the execution role for the space.public List<String> getSecurityGroups()
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
public void setSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
securityGroups
- The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.public DefaultSpaceSettings withSecurityGroups(String... securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroups(java.util.Collection)
or withSecurityGroups(java.util.Collection)
if you want
to override the existing values.
securityGroups
- The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.public DefaultSpaceSettings withSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.
securityGroups
- The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.public void setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings
- public JupyterServerAppSettings getJupyterServerAppSettings()
public DefaultSpaceSettings withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings
- public void setKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings
- public KernelGatewayAppSettings getKernelGatewayAppSettings()
public DefaultSpaceSettings withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings
- public String toString()
toString
in class Object
Object.toString()
public DefaultSpaceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.