Class AssetBundleImportJobDataSourceOverrideParameters
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobDataSourceOverrideParameters
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AssetBundleImportJobDataSourceOverrideParameters.Builder,AssetBundleImportJobDataSourceOverrideParameters>
@Generated("software.amazon.awssdk:codegen") public final class AssetBundleImportJobDataSourceOverrideParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobDataSourceOverrideParameters.Builder,AssetBundleImportJobDataSourceOverrideParameters>
The override parameters for a single data source that is being imported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssetBundleImportJobDataSourceOverrideParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetBundleImportJobDataSourceOverrideParameters.Builder
builder()
AssetBundleImportJobDataSourceCredentials
credentials()
An optional structure that provides the credentials to be used to create the imported data source.String
dataSourceId()
The ID of the data source to apply overrides to.DataSourceParameters
dataSourceParameters()
Returns the value of the DataSourceParameters property for this object.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
name()
A new name for the data source.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AssetBundleImportJobDataSourceOverrideParameters.Builder>
serializableBuilderClass()
SslProperties
sslProperties()
Returns the value of the SslProperties property for this object.AssetBundleImportJobDataSourceOverrideParameters.Builder
toBuilder()
String
toString()
Returns a string representation of this object.VpcConnectionProperties
vpcConnectionProperties()
Returns the value of the VpcConnectionProperties property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataSourceId
public final String dataSourceId()
The ID of the data source to apply overrides to.
- Returns:
- The ID of the data source to apply overrides to.
-
name
public final String name()
A new name for the data source.
- Returns:
- A new name for the data source.
-
dataSourceParameters
public final DataSourceParameters dataSourceParameters()
Returns the value of the DataSourceParameters property for this object.- Returns:
- The value of the DataSourceParameters property for this object.
-
vpcConnectionProperties
public final VpcConnectionProperties vpcConnectionProperties()
Returns the value of the VpcConnectionProperties property for this object.- Returns:
- The value of the VpcConnectionProperties property for this object.
-
sslProperties
public final SslProperties sslProperties()
Returns the value of the SslProperties property for this object.- Returns:
- The value of the SslProperties property for this object.
-
credentials
public final AssetBundleImportJobDataSourceCredentials credentials()
An optional structure that provides the credentials to be used to create the imported data source.
- Returns:
- An optional structure that provides the credentials to be used to create the imported data source.
-
toBuilder
public AssetBundleImportJobDataSourceOverrideParameters.Builder toBuilder()
-
builder
public static AssetBundleImportJobDataSourceOverrideParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobDataSourceOverrideParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-