| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CustomPluginSummary |
CustomPluginSummary.clone() |
CustomPluginSummary |
CustomPluginSummary.withCreationTime(Date creationTime)
The time that the custom plugin was created.
|
CustomPluginSummary |
CustomPluginSummary.withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withCustomPluginState(String customPluginState)
The state of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withDescription(String description)
A description of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest revision of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withName(String name)
The name of the custom plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomPluginSummary> |
ListCustomPluginsResult.getCustomPlugins()
An array of custom plugin descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResult |
ListCustomPluginsResult.withCustomPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomPluginsResult.setCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResult |
ListCustomPluginsResult.withCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
Copyright © 2024. All rights reserved.