public static interface CanvasAppSettings.Builder extends SdkPojo, CopyableBuilder<CanvasAppSettings.Builder,CanvasAppSettings>
| Modifier and Type | Method and Description |
|---|---|
CanvasAppSettings.Builder |
identityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings.Builder |
identityProviderOAuthSettings(Consumer<IdentityProviderOAuthSetting.Builder>... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings.Builder |
identityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
default CanvasAppSettings.Builder |
modelRegisterSettings(Consumer<ModelRegisterSettings.Builder> modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
CanvasAppSettings.Builder |
modelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
|
default CanvasAppSettings.Builder |
timeSeriesForecastingSettings(Consumer<TimeSeriesForecastingSettings.Builder> timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
|
CanvasAppSettings.Builder |
timeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
|
default CanvasAppSettings.Builder |
workspaceSettings(Consumer<WorkspaceSettings.Builder> workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
CanvasAppSettings.Builder |
workspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanvasAppSettings.Builder timeSeriesForecastingSettings(TimeSeriesForecastingSettings timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
timeSeriesForecastingSettings - Time series forecast settings for the Canvas application.default CanvasAppSettings.Builder timeSeriesForecastingSettings(Consumer<TimeSeriesForecastingSettings.Builder> timeSeriesForecastingSettings)
Time series forecast settings for the Canvas application.
This is a convenience method that creates an instance of theTimeSeriesForecastingSettings.Builder
avoiding the need to create one manually via TimeSeriesForecastingSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to timeSeriesForecastingSettings(TimeSeriesForecastingSettings).
timeSeriesForecastingSettings - a consumer that will call methods on TimeSeriesForecastingSettings.BuildertimeSeriesForecastingSettings(TimeSeriesForecastingSettings)CanvasAppSettings.Builder modelRegisterSettings(ModelRegisterSettings modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
modelRegisterSettings - The model registry settings for the SageMaker Canvas application.default CanvasAppSettings.Builder modelRegisterSettings(Consumer<ModelRegisterSettings.Builder> modelRegisterSettings)
The model registry settings for the SageMaker Canvas application.
This is a convenience method that creates an instance of theModelRegisterSettings.Builder avoiding
the need to create one manually via ModelRegisterSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelRegisterSettings(ModelRegisterSettings).
modelRegisterSettings - a consumer that will call methods on ModelRegisterSettings.BuildermodelRegisterSettings(ModelRegisterSettings)CanvasAppSettings.Builder workspaceSettings(WorkspaceSettings workspaceSettings)
The workspace settings for the SageMaker Canvas application.
workspaceSettings - The workspace settings for the SageMaker Canvas application.default CanvasAppSettings.Builder workspaceSettings(Consumer<WorkspaceSettings.Builder> workspaceSettings)
The workspace settings for the SageMaker Canvas application.
This is a convenience method that creates an instance of theWorkspaceSettings.Builder avoiding the
need to create one manually via WorkspaceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to workspaceSettings(WorkspaceSettings).
workspaceSettings - a consumer that will call methods on WorkspaceSettings.BuilderworkspaceSettings(WorkspaceSettings)CanvasAppSettings.Builder identityProviderOAuthSettings(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.CanvasAppSettings.Builder identityProviderOAuthSettings(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.CanvasAppSettings.Builder identityProviderOAuthSettings(Consumer<IdentityProviderOAuthSetting.Builder>... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
This is a convenience method that creates an instance of theIdentityProviderOAuthSetting.Builder avoiding the
need to create one manually via
IdentityProviderOAuthSetting.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #identityProviderOAuthSettings(List.
identityProviderOAuthSettings - a consumer that will call methods on
IdentityProviderOAuthSetting.Builder#identityProviderOAuthSettings(java.util.Collection) Copyright © 2023. All rights reserved.