@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CanvasAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The SageMaker Canvas application settings.
Constructor and Description |
---|
CanvasAppSettings() |
Modifier and Type | Method and Description |
---|---|
CanvasAppSettings |
clone() |
boolean |
equals(Object obj) |
List<IdentityProviderOAuthSetting> |
getIdentityProviderOAuthSettings()
The settings for connecting to an external data source with OAuth.
|
ModelRegisterSettings |
getModelRegisterSettings()
The model registry settings for the SageMaker Canvas application.
|
TimeSeriesForecastingSettings |
getTimeSeriesForecastingSettings()
Time series forecast settings for the Canvas application.
|
WorkspaceSettings |
getWorkspaceSettings()
The workspace settings for the SageMaker Canvas application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
void |
setModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
void |
setTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
|
void |
setWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
String |
toString()
Returns a string representation of this object.
|
CanvasAppSettings |
withIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings |
withIdentityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings |
withModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
CanvasAppSettings |
withTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
|
CanvasAppSettings |
withWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
public void setTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
timeSeriesForecastingSettings
- Time series forecast settings for the Canvas application.public TimeSeriesForecastingSettings getTimeSeriesForecastingSettings()
Time series forecast settings for the Canvas application.
public CanvasAppSettings withTimeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
timeSeriesForecastingSettings
- Time series forecast settings for the Canvas application.public void setModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
modelRegisterSettings
- The model registry settings for the SageMaker Canvas application.public ModelRegisterSettings getModelRegisterSettings()
The model registry settings for the SageMaker Canvas application.
public CanvasAppSettings withModelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
modelRegisterSettings
- The model registry settings for the SageMaker Canvas application.public void setWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
workspaceSettings
- The workspace settings for the SageMaker Canvas application.public WorkspaceSettings getWorkspaceSettings()
The workspace settings for the SageMaker Canvas application.
public CanvasAppSettings withWorkspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
workspaceSettings
- The workspace settings for the SageMaker Canvas application.public List<IdentityProviderOAuthSetting> getIdentityProviderOAuthSettings()
The settings for connecting to an external data source with OAuth.
public void setIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public CanvasAppSettings withIdentityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityProviderOAuthSettings(java.util.Collection)
or
withIdentityProviderOAuthSettings(java.util.Collection)
if you want to override the existing values.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public CanvasAppSettings withIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
identityProviderOAuthSettings
- The settings for connecting to an external data source with OAuth.public String toString()
toString
in class Object
Object.toString()
public CanvasAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.