Class DataProvider
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataProvider.Builder,DataProvider>
Provides information that defines a data provider.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataProvider.Builderbuilder()final StringThe Amazon Resource Name (ARN) string that uniquely identifies the data provider.final InstantThe time the data provider was created.final StringThe name of the data provider.final StringA description of the data provider.final Stringengine()The type of database engine for the data provider.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DataProvider.Builder>final DataProviderSettingssettings()The settings in JSON format for a data provider.final StringtoString()Returns a string representation of this object.final Booleanvirtual()Indicates whether the data provider is virtual.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dataProviderName
The name of the data provider.
- Returns:
- The name of the data provider.
-
dataProviderArn
The Amazon Resource Name (ARN) string that uniquely identifies the data provider.
- Returns:
- The Amazon Resource Name (ARN) string that uniquely identifies the data provider.
-
dataProviderCreationTime
The time the data provider was created.
- Returns:
- The time the data provider was created.
-
description
A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
- Returns:
- A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
-
engine
The type of database engine for the data provider.
Valid values:
aurora,aurora-postgresql,db2,db2-zos,docdb,mariadb,mongodb,mysql,oracle,postgres,redshift,sqlserver, andsybase. A value ofaurorarepresents Amazon Aurora MySQL-Compatible Edition.- Returns:
- The type of database engine for the data provider.
Valid values:
aurora,aurora-postgresql,db2,db2-zos,docdb,mariadb,mongodb,mysql,oracle,postgres,redshift,sqlserver, andsybase. A value ofaurorarepresents Amazon Aurora MySQL-Compatible Edition.
-
virtual
Indicates whether the data provider is virtual.
- Returns:
- Indicates whether the data provider is virtual.
-
settings
The settings in JSON format for a data provider.
- Returns:
- The settings in JSON format for a data provider.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataProvider.Builder,DataProvider>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-