@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomPluginRequest extends KafkaConnectRequest implements ToCopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCustomPluginRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomPluginRequest.Builder |
builder() |
CustomPluginContentType |
contentType()
The type of the plugin file.
|
String |
contentTypeAsString()
The type of the plugin file.
|
String |
description()
A summary description of the custom plugin.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CustomPluginLocation |
location()
Information about the location of a custom plugin.
|
String |
name()
The name of the custom plugin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomPluginRequest.Builder> |
serializableBuilderClass() |
CreateCustomPluginRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CustomPluginContentType contentType()
The type of the plugin file.
If the service returns an enum value that is not available in the current SDK version, contentType will
return CustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contentTypeAsString().
CustomPluginContentTypepublic final String contentTypeAsString()
The type of the plugin file.
If the service returns an enum value that is not available in the current SDK version, contentType will
return CustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from contentTypeAsString().
CustomPluginContentTypepublic final String description()
A summary description of the custom plugin.
public final CustomPluginLocation location()
Information about the location of a custom plugin.
public final String name()
The name of the custom plugin.
public CreateCustomPluginRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>toBuilder in class KafkaConnectRequestpublic static CreateCustomPluginRequest.Builder builder()
public static Class<? extends CreateCustomPluginRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.