public static interface IdentityProviderOAuthSetting.Builder extends SdkPojo, CopyableBuilder<IdentityProviderOAuthSetting.Builder,IdentityProviderOAuthSetting>
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderOAuthSetting.Builder |
dataSourceName(DataSourceName dataSourceName)
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting.Builder |
dataSourceName(String dataSourceName)
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting.Builder |
secretArn(String secretArn)
The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity
provider, such as the client ID and secret, authorization URL, and token URL.
|
IdentityProviderOAuthSetting.Builder |
status(FeatureStatus status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
IdentityProviderOAuthSetting.Builder |
status(String status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityProviderOAuthSetting.Builder dataSourceName(String dataSourceName)
The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.
dataSourceName - The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake
and Salesforce Data Cloud.DataSourceName,
DataSourceNameIdentityProviderOAuthSetting.Builder dataSourceName(DataSourceName dataSourceName)
The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.
dataSourceName - The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake
and Salesforce Data Cloud.DataSourceName,
DataSourceNameIdentityProviderOAuthSetting.Builder status(String status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
status - Describes whether OAuth for a data source is enabled or disabled in the Canvas application.FeatureStatus,
FeatureStatusIdentityProviderOAuthSetting.Builder status(FeatureStatus status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
status - Describes whether OAuth for a data source is enabled or disabled in the Canvas application.FeatureStatus,
FeatureStatusIdentityProviderOAuthSetting.Builder secretArn(String secretArn)
The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider, such as the client ID and secret, authorization URL, and token URL.
secretArn - The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your
identity provider, such as the client ID and secret, authorization URL, and token URL.Copyright © 2023. All rights reserved.