Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.clone() |
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withCredentials(AssetBundleImportJobDataSourceCredentials credentials)
An optional structure that provides the credentials to be used to create the imported data source.
|
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withDataSourceId(String dataSourceId)
The ID of the data source to apply overrides to.
|
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withDataSourceParameters(DataSourceParameters dataSourceParameters) |
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withName(String name)
A new name for the data source.
|
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withSslProperties(SslProperties sslProperties) |
AssetBundleImportJobDataSourceOverrideParameters |
AssetBundleImportJobDataSourceOverrideParameters.withVpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties) |
Modifier and Type | Method and Description |
---|---|
List<AssetBundleImportJobDataSourceOverrideParameters> |
AssetBundleImportJobOverrideParameters.getDataSources()
A list of overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobOverrideParameters |
AssetBundleImportJobOverrideParameters.withDataSources(AssetBundleImportJobDataSourceOverrideParameters... dataSources)
A list of overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
Modifier and Type | Method and Description |
---|---|
void |
AssetBundleImportJobOverrideParameters.setDataSources(Collection<AssetBundleImportJobDataSourceOverrideParameters> dataSources)
A list of overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
AssetBundleImportJobOverrideParameters |
AssetBundleImportJobOverrideParameters.withDataSources(Collection<AssetBundleImportJobDataSourceOverrideParameters> dataSources)
A list of overrides for any
DataSource resources that are present in the asset bundle that is
imported. |
Copyright © 2023. All rights reserved.