Interface UpdateDataSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDataSourceRequest
@Mutable @NotThreadSafe public static interface UpdateDataSourceRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateDataSourceRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID.default UpdateDataSourceRequest.Buildercredentials(Consumer<DataSourceCredentials.Builder> credentials)The credentials that QuickSight that uses to connect to your underlying source.UpdateDataSourceRequest.Buildercredentials(DataSourceCredentials credentials)The credentials that QuickSight that uses to connect to your underlying source.UpdateDataSourceRequest.BuilderdataSourceId(String dataSourceId)The ID of the data source.default UpdateDataSourceRequest.BuilderdataSourceParameters(Consumer<DataSourceParameters.Builder> dataSourceParameters)The parameters that QuickSight uses to connect to your underlying source.UpdateDataSourceRequest.BuilderdataSourceParameters(DataSourceParameters dataSourceParameters)The parameters that QuickSight uses to connect to your underlying source.UpdateDataSourceRequest.Buildername(String name)A display name for the data source.UpdateDataSourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDataSourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateDataSourceRequest.BuildersslProperties(Consumer<SslProperties.Builder> sslProperties)Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.UpdateDataSourceRequest.BuildersslProperties(SslProperties sslProperties)Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.default UpdateDataSourceRequest.BuildervpcConnectionProperties(Consumer<VpcConnectionProperties.Builder> vpcConnectionProperties)Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.UpdateDataSourceRequest.BuildervpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateDataSourceRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
- Parameters:
awsAccountId- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
UpdateDataSourceRequest.Builder dataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
dataSourceId- The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateDataSourceRequest.Builder name(String name)
A display name for the data source.
- Parameters:
name- A display name for the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceParameters
UpdateDataSourceRequest.Builder dataSourceParameters(DataSourceParameters dataSourceParameters)
The parameters that QuickSight uses to connect to your underlying source.
- Parameters:
dataSourceParameters- The parameters that QuickSight uses to connect to your underlying source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceParameters
default UpdateDataSourceRequest.Builder dataSourceParameters(Consumer<DataSourceParameters.Builder> dataSourceParameters)
The parameters that QuickSight uses to connect to your underlying source.
This is a convenience method that creates an instance of theDataSourceParameters.Builderavoiding the need to create one manually viaDataSourceParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSourceParameters(DataSourceParameters).- Parameters:
dataSourceParameters- a consumer that will call methods onDataSourceParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataSourceParameters(DataSourceParameters)
-
credentials
UpdateDataSourceRequest.Builder credentials(DataSourceCredentials credentials)
The credentials that QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- Parameters:
credentials- The credentials that QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
default UpdateDataSourceRequest.Builder credentials(Consumer<DataSourceCredentials.Builder> credentials)
The credentials that QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
This is a convenience method that creates an instance of theDataSourceCredentials.Builderavoiding the need to create one manually viaDataSourceCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(DataSourceCredentials).- Parameters:
credentials- a consumer that will call methods onDataSourceCredentials.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
credentials(DataSourceCredentials)
-
vpcConnectionProperties
UpdateDataSourceRequest.Builder vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)
Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
- Parameters:
vpcConnectionProperties- Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionProperties
default UpdateDataSourceRequest.Builder vpcConnectionProperties(Consumer<VpcConnectionProperties.Builder> vpcConnectionProperties)
Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
This is a convenience method that creates an instance of theVpcConnectionProperties.Builderavoiding the need to create one manually viaVpcConnectionProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConnectionProperties(VpcConnectionProperties).- Parameters:
vpcConnectionProperties- a consumer that will call methods onVpcConnectionProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConnectionProperties(VpcConnectionProperties)
-
sslProperties
UpdateDataSourceRequest.Builder sslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
- Parameters:
sslProperties- Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sslProperties
default UpdateDataSourceRequest.Builder sslProperties(Consumer<SslProperties.Builder> sslProperties)
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
This is a convenience method that creates an instance of theSslProperties.Builderavoiding the need to create one manually viaSslProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosslProperties(SslProperties).- Parameters:
sslProperties- a consumer that will call methods onSslProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sslProperties(SslProperties)
-
overrideConfiguration
UpdateDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-