static IdentityProviderOAuthSetting.Builder |
IdentityProviderOAuthSetting.builder() |
|
IdentityProviderOAuthSetting.Builder |
IdentityProviderOAuthSetting.Builder.dataSourceName(String dataSourceName) |
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting.Builder |
IdentityProviderOAuthSetting.Builder.dataSourceName(DataSourceName dataSourceName) |
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting.Builder |
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 |
IdentityProviderOAuthSetting.Builder.status(String status) |
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
IdentityProviderOAuthSetting.Builder |
IdentityProviderOAuthSetting.Builder.status(FeatureStatus status) |
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
IdentityProviderOAuthSetting.Builder |
IdentityProviderOAuthSetting.toBuilder() |
|