@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings that apply to the SageMaker Domain
. These settings are specified through the
CreateDomain
API call.
Constructor and Description |
---|
DomainSettings() |
Modifier and Type | Method and Description |
---|---|
DomainSettings |
clone() |
boolean |
equals(Object obj) |
RStudioServerProDomainSettings |
getRStudioServerProDomainSettings()
A collection of settings that configure the
RStudioServerPro Domain-level app. |
List<String> |
getSecurityGroupIds()
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the
RStudioServerPro Domain-level app. |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
String |
toString()
Returns a string representation of this object.
|
DomainSettings |
withRStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the
RStudioServerPro Domain-level app. |
DomainSettings |
withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
DomainSettings |
withSecurityGroupIds(String... securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the
Domain uses for communication
between Domain-level apps and user apps. |
public List<String> getSecurityGroupIds()
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication
between Domain-level apps and user apps.
Domain
uses for
communication between Domain-level apps and user apps.public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication
between Domain-level apps and user apps.
securityGroupIds
- The security groups for the Amazon Virtual Private Cloud that the Domain
uses for
communication between Domain-level apps and user apps.public DomainSettings withSecurityGroupIds(String... securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication
between Domain-level apps and user apps.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- The security groups for the Amazon Virtual Private Cloud that the Domain
uses for
communication between Domain-level apps and user apps.public DomainSettings withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication
between Domain-level apps and user apps.
securityGroupIds
- The security groups for the Amazon Virtual Private Cloud that the Domain
uses for
communication between Domain-level apps and user apps.public void setRStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the RStudioServerPro
Domain-level app.
rStudioServerProDomainSettings
- A collection of settings that configure the RStudioServerPro
Domain-level app.public RStudioServerProDomainSettings getRStudioServerProDomainSettings()
A collection of settings that configure the RStudioServerPro
Domain-level app.
RStudioServerPro
Domain-level app.public DomainSettings withRStudioServerProDomainSettings(RStudioServerProDomainSettings rStudioServerProDomainSettings)
A collection of settings that configure the RStudioServerPro
Domain-level app.
rStudioServerProDomainSettings
- A collection of settings that configure the RStudioServerPro
Domain-level app.public String toString()
toString
in class Object
Object.toString()
public DomainSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.