static ConnectionTypeBrief.Builder |
ConnectionTypeBrief.builder() |
|
default ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.capabilities(Consumer<Capabilities.Builder> capabilities) |
The supported authentication types, data interface types (compute environments), and data operations of the
connector.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.capabilities(Capabilities capabilities) |
The supported authentication types, data interface types (compute environments), and data operations of the
connector.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.categories(String... categories) |
A list of categories that this connection type belongs to.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.categories(Collection<String> categories) |
A list of categories that this connection type belongs to.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.connectionType(String connectionType) |
The name of the connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.connectionType(ConnectionType connectionType) |
The name of the connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.connectionTypeVariants(Collection<ConnectionTypeVariant> connectionTypeVariants) |
A list of variants available for this connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.connectionTypeVariants(Consumer<ConnectionTypeVariant.Builder>... connectionTypeVariants) |
A list of variants available for this connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.connectionTypeVariants(ConnectionTypeVariant... connectionTypeVariants) |
A list of variants available for this connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.description(String description) |
A description of the connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.displayName(String displayName) |
The human-readable name for the connection type that is displayed in the Glue console.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.logoUrl(String logoUrl) |
The URL of the logo associated with a connection type.
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.toBuilder() |
|
ConnectionTypeBrief.Builder |
ConnectionTypeBrief.Builder.vendor(String vendor) |
The name of the vendor or provider that created or maintains this connection type.
|