@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDataSourceRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDataSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The AWS account ID.
|
static UpdateDataSourceRequest.Builder |
builder() |
DataSourceCredentials |
credentials()
The credentials that QuickSight that uses to connect to your underlying source.
|
String |
dataSourceId()
The ID of the data source.
|
DataSourceParameters |
dataSourceParameters()
The parameters that QuickSight uses to connect to your underlying source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A display name for the data source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDataSourceRequest.Builder> |
serializableBuilderClass() |
SslProperties |
sslProperties()
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
|
UpdateDataSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConnectionProperties |
vpcConnectionProperties()
Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying
source.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String awsAccountId()
The AWS account ID.
public String dataSourceId()
The ID of the data source. This ID is unique per AWS Region for each AWS account.
public String name()
A display name for the data source.
public DataSourceParameters dataSourceParameters()
The parameters that QuickSight uses to connect to your underlying source.
public 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.
public VpcConnectionProperties vpcConnectionProperties()
Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
public SslProperties sslProperties()
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying source.
public UpdateDataSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>toBuilder in class QuickSightRequestpublic static UpdateDataSourceRequest.Builder builder()
public static Class<? extends UpdateDataSourceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.