| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.clone() |
CustomPluginRevisionSummary |
DescribeCustomPluginResult.getLatestRevision()
The latest successfully created revision of the custom plugin.
|
CustomPluginRevisionSummary |
CustomPluginSummary.getLatestRevision()
The latest revision of the custom plugin.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withContentType(CustomPluginContentType contentType)
The format of the plugin file.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withContentType(String contentType)
The format of the plugin file.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withCreationTime(Date creationTime)
The time that the custom plugin was created.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withDescription(String description)
The description of the custom plugin.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withFileDescription(CustomPluginFileDescription fileDescription)
Details about the custom plugin file.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withLocation(CustomPluginLocationDescription location)
Information about the location of the custom plugin.
|
CustomPluginRevisionSummary |
CustomPluginRevisionSummary.withRevision(Long revision)
The revision of the custom plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomPluginResult.setLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin.
|
void |
CustomPluginSummary.setLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest revision of the custom plugin.
|
DescribeCustomPluginResult |
DescribeCustomPluginResult.withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin.
|
CustomPluginSummary |
CustomPluginSummary.withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest revision of the custom plugin.
|
Copyright © 2023. All rights reserved.