Class ConnectionTypeVariant
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ConnectionTypeVariant
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionTypeVariant.Builder,ConnectionTypeVariant>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionTypeVariant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionTypeVariant.Builder,ConnectionTypeVariant>
Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionTypeVariant.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionTypeVariant.Builderbuilder()StringconnectionTypeVariantName()The unique identifier for the connection type variant.Stringdescription()A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.StringdisplayName()The human-readable name for the connection type variant that is displayed in the Glue console.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogoUrl()The URL of the logo associated with a connection type variant.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectionTypeVariant.Builder>serializableBuilderClass()ConnectionTypeVariant.BuildertoBuilder()StringtoString()Returns a string representation of 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
-
connectionTypeVariantName
public final String connectionTypeVariantName()
The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.
- Returns:
- The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.
-
displayName
public final String displayName()
The human-readable name for the connection type variant that is displayed in the Glue console.
- Returns:
- The human-readable name for the connection type variant that is displayed in the Glue console.
-
description
public final String description()
A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.
- Returns:
- A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.
-
logoUrl
public final String logoUrl()
The URL of the logo associated with a connection type variant.
- Returns:
- The URL of the logo associated with a connection type variant.
-
toBuilder
public ConnectionTypeVariant.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionTypeVariant.Builder,ConnectionTypeVariant>
-
builder
public static ConnectionTypeVariant.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionTypeVariant.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-