Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
DescribeDataSourceResult.getDataSource()
The information on the data source.
|
DataSource |
DataSource.withAlternateDataSourceParameters(Collection<DataSourceParameters> alternateDataSourceParameters)
A set of alternate data source parameters that you want to share for the credentials stored with this data
source.
|
DataSource |
DataSource.withAlternateDataSourceParameters(DataSourceParameters... alternateDataSourceParameters)
A set of alternate data source parameters that you want to share for the credentials stored with this data
source.
|
DataSource |
DataSource.withArn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
DataSource |
DataSource.withCreatedTime(Date createdTime)
The time that this data source was created.
|
DataSource |
DataSource.withDataSourceId(String dataSourceId)
The ID of the data source.
|
DataSource |
DataSource.withDataSourceParameters(DataSourceParameters dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
DataSource |
DataSource.withErrorInfo(DataSourceErrorInfo errorInfo)
Error information from the last update or the creation of the data source.
|
DataSource |
DataSource.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this data source was updated.
|
DataSource |
DataSource.withName(String name)
A display name for the data source.
|
DataSource |
DataSource.withSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
DataSource |
DataSource.withStatus(ResourceStatus status)
The HTTP status of the request.
|
DataSource |
DataSource.withStatus(String status)
The HTTP status of the request.
|
DataSource |
DataSource.withType(DataSourceType type)
The type of the data source.
|
DataSource |
DataSource.withType(String type)
The type of the data source.
|
DataSource |
DataSource.withVpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)
The VPC connection information.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
ListDataSourcesResult.getDataSources()
A list of data sources.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDataSourceResult.setDataSource(DataSource dataSource)
The information on the data source.
|
DescribeDataSourceResult |
DescribeDataSourceResult.withDataSource(DataSource dataSource)
The information on the data source.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(DataSource... dataSources)
A list of data sources.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDataSourcesResult.setDataSources(Collection<DataSource> dataSources)
A list of data sources.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSources(Collection<DataSource> dataSources)
A list of data sources.
|
Copyright © 2021. All rights reserved.