public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
| Modifier and Type | Method and Description |
|---|---|
DataSource.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
DataSource.Builder |
createdTime(Instant createdTime)
The time that this data source was created.
|
DataSource.Builder |
dataSourceId(String dataSourceId)
The ID of the data source.
|
default DataSource.Builder |
dataSourceParameters(Consumer<DataSourceParameters.Builder> dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
DataSource.Builder |
dataSourceParameters(DataSourceParameters dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
default DataSource.Builder |
errorInfo(Consumer<DataSourceErrorInfo.Builder> errorInfo)
Error information from the last update or the creation of the data source.
|
DataSource.Builder |
errorInfo(DataSourceErrorInfo errorInfo)
Error information from the last update or the creation of the data source.
|
DataSource.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this data source was updated.
|
DataSource.Builder |
name(String name)
A display name for the data source.
|
default DataSource.Builder |
sslProperties(Consumer<SslProperties.Builder> sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
|
DataSource.Builder |
sslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
|
DataSource.Builder |
status(ResourceStatus status)
The HTTP status of the request.
|
DataSource.Builder |
status(String status)
The HTTP status of the request.
|
DataSource.Builder |
type(DataSourceType type)
The type of the data source.
|
DataSource.Builder |
type(String type)
The type of the data source.
|
default DataSource.Builder |
vpcConnectionProperties(Consumer<VpcConnectionProperties.Builder> vpcConnectionProperties)
The VPC connection information.
|
DataSource.Builder |
vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)
The VPC connection information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSource.Builder arn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn - The Amazon Resource Name (ARN) of the data source.DataSource.Builder dataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId - The ID of the data source. This ID is unique per AWS Region for each AWS account.DataSource.Builder name(String name)
A display name for the data source.
name - A display name for the data source.DataSource.Builder type(String type)
The type of the data source. This type indicates which database engine the data source connects to.
type - The type of the data source. This type indicates which database engine the data source connects to.DataSourceType,
DataSourceTypeDataSource.Builder type(DataSourceType type)
The type of the data source. This type indicates which database engine the data source connects to.
type - The type of the data source. This type indicates which database engine the data source connects to.DataSourceType,
DataSourceTypeDataSource.Builder status(String status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatus,
ResourceStatusDataSource.Builder status(ResourceStatus status)
The HTTP status of the request.
status - The HTTP status of the request.ResourceStatus,
ResourceStatusDataSource.Builder createdTime(Instant createdTime)
The time that this data source was created.
createdTime - The time that this data source was created.DataSource.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this data source was updated.
lastUpdatedTime - The last time that this data source was updated.DataSource.Builder dataSourceParameters(DataSourceParameters dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
dataSourceParameters - The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant
type structure. For this structure to be valid, only one of the attributes can be non-null.default DataSource.Builder dataSourceParameters(Consumer<DataSourceParameters.Builder> dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
This is a convenience that creates an instance of theDataSourceParameters.Builder avoiding the need
to create one manually via DataSourceParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataSourceParameters(DataSourceParameters).dataSourceParameters - a consumer that will call methods on DataSourceParameters.BuilderdataSourceParameters(DataSourceParameters)DataSource.Builder vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)
The VPC connection information. You need to use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
vpcConnectionProperties - The VPC connection information. You need to use this parameter only when you want QuickSight to use a
VPC connection when connecting to your underlying source.default DataSource.Builder vpcConnectionProperties(Consumer<VpcConnectionProperties.Builder> vpcConnectionProperties)
The VPC connection information. You need to use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
This is a convenience that creates an instance of theVpcConnectionProperties.Builder avoiding the
need to create one manually via VpcConnectionProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vpcConnectionProperties(VpcConnectionProperties).vpcConnectionProperties - a consumer that will call methods on VpcConnectionProperties.BuildervpcConnectionProperties(VpcConnectionProperties)DataSource.Builder sslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
sslProperties - Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.default DataSource.Builder sslProperties(Consumer<SslProperties.Builder> sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
This is a convenience that creates an instance of theSslProperties.Builder avoiding the need to
create one manually via SslProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sslProperties(SslProperties).sslProperties - a consumer that will call methods on SslProperties.BuildersslProperties(SslProperties)DataSource.Builder errorInfo(DataSourceErrorInfo errorInfo)
Error information from the last update or the creation of the data source.
errorInfo - Error information from the last update or the creation of the data source.default DataSource.Builder errorInfo(Consumer<DataSourceErrorInfo.Builder> errorInfo)
Error information from the last update or the creation of the data source.
This is a convenience that creates an instance of theDataSourceErrorInfo.Builder avoiding the need
to create one manually via DataSourceErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorInfo(DataSourceErrorInfo).errorInfo - a consumer that will call methods on DataSourceErrorInfo.BuildererrorInfo(DataSourceErrorInfo)Copyright © 2020. All rights reserved.