Class CustomPluginRevisionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.CustomPluginRevisionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
@Generated("software.amazon.awssdk:codegen") public final class CustomPluginRevisionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
Details about the revision of a custom plugin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomPluginRevisionSummary.Builder
-
Method Summary
-
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
-
contentType
public final CustomPluginContentType contentType()
The format of the plugin file.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The format of the plugin file.
- See Also:
CustomPluginContentType
-
contentTypeAsString
public final String contentTypeAsString()
The format of the plugin file.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The format of the plugin file.
- See Also:
CustomPluginContentType
-
creationTime
public final Instant creationTime()
The time that the custom plugin was created.
- Returns:
- The time that the custom plugin was created.
-
description
public final String description()
The description of the custom plugin.
- Returns:
- The description of the custom plugin.
-
fileDescription
public final CustomPluginFileDescription fileDescription()
Details about the custom plugin file.
- Returns:
- Details about the custom plugin file.
-
location
public final CustomPluginLocationDescription location()
Information about the location of the custom plugin.
- Returns:
- Information about the location of the custom plugin.
-
revision
public final Long revision()
The revision of the custom plugin.
- Returns:
- The revision of the custom plugin.
-
toBuilder
public CustomPluginRevisionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
-
builder
public static CustomPluginRevisionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomPluginRevisionSummary.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
-
-