Class ConnectionTypeBrief
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ConnectionTypeBrief
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionTypeBrief.Builder,ConnectionTypeBrief>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionTypeBrief extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionTypeBrief.Builder,ConnectionTypeBrief>
Brief information about a supported connection type returned by the
ListConnectionTypesAPI.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionTypeBrief.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionTypeBrief.Builderbuilder()Capabilitiescapabilities()The supported authentication types, data interface types (compute environments), and data operations of the connector.List<String>categories()A list of categories that this connection type belongs to.ConnectionTypeconnectionType()The name of the connection type.StringconnectionTypeAsString()The name of the connection type.List<ConnectionTypeVariant>connectionTypeVariants()A list of variants available for this connection type.Stringdescription()A description of the connection type.StringdisplayName()The human-readable name for the connection type that is displayed in the Glue console.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasCategories()For responses, this returns true if the service returned a value for the Categories property.booleanhasConnectionTypeVariants()For responses, this returns true if the service returned a value for the ConnectionTypeVariants property.inthashCode()StringlogoUrl()The URL of the logo associated with a connection type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectionTypeBrief.Builder>serializableBuilderClass()ConnectionTypeBrief.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvendor()The name of the vendor or provider that created or maintains this connection type.-
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
-
connectionType
public final ConnectionType connectionType()
The name of the connection type.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- The name of the connection type.
- See Also:
ConnectionType
-
connectionTypeAsString
public final String connectionTypeAsString()
The name of the connection type.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- The name of the connection type.
- See Also:
ConnectionType
-
displayName
public final String displayName()
The human-readable name for the connection type that is displayed in the Glue console.
- Returns:
- The human-readable name for the connection type that is displayed in the Glue console.
-
vendor
public final String vendor()
The name of the vendor or provider that created or maintains this connection type.
- Returns:
- The name of the vendor or provider that created or maintains this connection type.
-
description
public final String description()
A description of the connection type.
- Returns:
- A description of the connection type.
-
hasCategories
public final boolean hasCategories()
For responses, this returns true if the service returned a value for the Categories property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
categories
public final List<String> categories()
A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasCategories()method.- Returns:
- A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.
-
capabilities
public final Capabilities capabilities()
The supported authentication types, data interface types (compute environments), and data operations of the connector.
- Returns:
- The supported authentication types, data interface types (compute environments), and data operations of the connector.
-
logoUrl
public final String logoUrl()
The URL of the logo associated with a connection type.
- Returns:
- The URL of the logo associated with a connection type.
-
hasConnectionTypeVariants
public final boolean hasConnectionTypeVariants()
For responses, this returns true if the service returned a value for the ConnectionTypeVariants property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
connectionTypeVariants
public final List<ConnectionTypeVariant> connectionTypeVariants()
A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasConnectionTypeVariants()method.- Returns:
- A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.
-
toBuilder
public ConnectionTypeBrief.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionTypeBrief.Builder,ConnectionTypeBrief>
-
builder
public static ConnectionTypeBrief.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionTypeBrief.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
-
-