@Generated(value="software.amazon.awssdk:codegen") public final class AddApplicationInputProcessingConfigurationRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<AddApplicationInputProcessingConfigurationRequest.Builder,AddApplicationInputProcessingConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddApplicationInputProcessingConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application to which you want to add the input processing configuration.
|
static AddApplicationInputProcessingConfigurationRequest.Builder |
builder() |
Long |
currentApplicationVersionId()
The version of the application to which you want to add the input processing configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputId()
The ID of the input configuration to add the input processing configuration to.
|
InputProcessingConfiguration |
inputProcessingConfiguration()
The InputProcessingConfiguration to add to the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddApplicationInputProcessingConfigurationRequest.Builder> |
serializableBuilderClass() |
AddApplicationInputProcessingConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
The name of the application to which you want to add the input processing configuration.
public final Long currentApplicationVersionId()
The version of the application to which you want to add the input processing configuration. You can use the
DescribeApplication operation to get the current application version. If the version specified is not the
current version, the ConcurrentModificationException is returned.
ConcurrentModificationException is returned.public final String inputId()
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
public final InputProcessingConfiguration inputProcessingConfiguration()
The InputProcessingConfiguration to add to the application.
public AddApplicationInputProcessingConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddApplicationInputProcessingConfigurationRequest.Builder,AddApplicationInputProcessingConfigurationRequest>toBuilder in class KinesisAnalyticsV2Requestpublic static AddApplicationInputProcessingConfigurationRequest.Builder builder()
public static Class<? extends AddApplicationInputProcessingConfigurationRequest.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 © 2022. All rights reserved.