All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.kinesisanalytics-2015-08-14-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Kinesis module holds the client classes that are used for communicating with Amazon Kinesis Service

There is a newer version: 2.28.6
Show newest version
{
  "customizationConfig" : {
    "blacklistedSimpleMethods" : [ "discoverInputSchema" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "defaultExceptionUnmarshaller" : null,
    "operationModifiers" : null,
    "renameShapes" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelsWith" : null,
    "skipSmokeTests" : true,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2015-08-14",
    "asyncBuilder" : "DefaultKinesisAnalyticsAsyncClientBuilder",
    "asyncBuilderInterface" : "KinesisAnalyticsAsyncClientBuilder",
    "asyncClient" : "DefaultKinesisAnalyticsAsyncClient",
    "asyncInterface" : "KinesisAnalyticsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultKinesisAnalyticsBaseClientBuilder",
    "baseBuilderInterface" : "KinesisAnalyticsBaseClientBuilder",
    "baseExceptionName" : "KinesisAnalyticsException",
    "baseRequestName" : "KinesisAnalyticsRequest",
    "baseResponseName" : "KinesisAnalyticsResponse",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "kinesisanalytics",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "KinesisAnalyticsClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : null,
    "endpointPrefix" : "kinesisanalytics",
    "fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
    "fullClientPackageName" : "software.amazon.awssdk.services.kinesisanalytics",
    "fullModelPackageName" : "software.amazon.awssdk.services.kinesisanalytics.model",
    "fullPaginatorsPackageName" : "software.amazon.awssdk.services.kinesisanalytics.paginators",
    "fullRequestTransformPackageName" : "software.amazon.awssdk.services.kinesisanalytics.transform",
    "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.kinesisanalytics.smoketests",
    "fullTransformPackageName" : "software.amazon.awssdk.services.kinesisanalytics.transform",
    "hasApiWithStreamInput" : false,
    "ionProtocol" : false,
    "jsonProtocol" : true,
    "jsonVersion" : "1.1",
    "modelPackageName" : "kinesisanalytics.model",
    "paginatorsPackageName" : "kinesisanalytics.paginators",
    "protocol" : "json",
    "protocolDefaultExceptionUmarshallerImpl" : null,
    "protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory",
    "requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest",
    "requestTransformPackageName" : "kinesisanalytics.transform",
    "requiresApiKey" : false,
    "requiresIamSigners" : false,
    "rootPackageName" : "software.amazon.awssdk.services",
    "serviceAbbreviation" : "Kinesis Analytics",
    "serviceFullName" : "Amazon Kinesis Analytics",
    "serviceName" : "Kinesis Analytics",
    "signingName" : "kinesisanalytics",
    "smokeTestsPackageName" : "kinesisanalytics.smoketests",
    "syncBuilder" : "DefaultKinesisAnalyticsClientBuilder",
    "syncBuilderInterface" : "KinesisAnalyticsClientBuilder",
    "syncClient" : "DefaultKinesisAnalyticsClient",
    "syncInterface" : "KinesisAnalyticsClient",
    "transformPackageName" : "kinesisanalytics.transform",
    "uid" : "kinesisanalytics-2015-08-14",
    "unmarshallerContextClassName" : "JsonMarshallerContext",
    "xmlProtocol" : false
  },
  "operations" : {
    "AddApplicationCloudWatchLoggingOption" : {
      "authenticated" : true,
      "deprecated" : false,
      "documentation" : "

Adds a CloudWatch log stream to monitor application configuration errors. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddApplicationCloudWatchLoggingOptionRequest", "variableName" : "addApplicationCloudWatchLoggingOptionRequest", "variableType" : "AddApplicationCloudWatchLoggingOptionRequest", "documentation" : "", "simpleType" : "AddApplicationCloudWatchLoggingOptionRequest", "variableSetterType" : "AddApplicationCloudWatchLoggingOptionRequest" }, "methodName" : "addApplicationCloudWatchLoggingOption", "operationName" : "AddApplicationCloudWatchLoggingOption", "paginated" : false, "returnType" : { "returnType" : "AddApplicationCloudWatchLoggingOptionResponse", "documentation" : null }, "syncReturnType" : "AddApplicationCloudWatchLoggingOptionResponse" }, "AddApplicationInput" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input.

You can add a streaming source either when you create an application or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

This operation requires permissions to perform the kinesisanalytics:AddApplicationInput action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null }, { "exceptionName" : "CodeValidationException", "documentation" : "

User-provided application code (query) is invalid. This can be a simple syntax error.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddApplicationInputRequest", "variableName" : "addApplicationInputRequest", "variableType" : "AddApplicationInputRequest", "documentation" : "

", "simpleType" : "AddApplicationInputRequest", "variableSetterType" : "AddApplicationInputRequest" }, "methodName" : "addApplicationInput", "operationName" : "AddApplicationInput", "paginated" : false, "returnType" : { "returnType" : "AddApplicationInputResponse", "documentation" : "

" }, "syncReturnType" : "AddApplicationInputResponse" }, "AddApplicationInputProcessingConfiguration" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an InputProcessingConfiguration to an application. An input processor preprocesses records on the input stream before the application's SQL code executes. Currently, the only input processor available is AWS Lambda.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddApplicationInputProcessingConfigurationRequest", "variableName" : "addApplicationInputProcessingConfigurationRequest", "variableType" : "AddApplicationInputProcessingConfigurationRequest", "documentation" : "", "simpleType" : "AddApplicationInputProcessingConfigurationRequest", "variableSetterType" : "AddApplicationInputProcessingConfigurationRequest" }, "methodName" : "addApplicationInputProcessingConfiguration", "operationName" : "AddApplicationInputProcessingConfiguration", "paginated" : false, "returnType" : { "returnType" : "AddApplicationInputProcessingConfigurationResponse", "documentation" : null }, "syncReturnType" : "AddApplicationInputProcessingConfigurationResponse" }, "AddApplicationOutput" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an external destination to your Amazon Kinesis Analytics application.

If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.

You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors. For conceptual information, see Understanding Application Output (Destination).

Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

For the limits on the number of application inputs and outputs you can configure, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddApplicationOutputRequest", "variableName" : "addApplicationOutputRequest", "variableType" : "AddApplicationOutputRequest", "documentation" : "

", "simpleType" : "AddApplicationOutputRequest", "variableSetterType" : "AddApplicationOutputRequest" }, "methodName" : "addApplicationOutput", "operationName" : "AddApplicationOutput", "paginated" : false, "returnType" : { "returnType" : "AddApplicationOutputResponse", "documentation" : "

" }, "syncReturnType" : "AddApplicationOutputResponse" }, "AddApplicationReferenceDataSource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a reference data source to an existing application.

Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table.

For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits.

This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddApplicationReferenceDataSourceRequest", "variableName" : "addApplicationReferenceDataSourceRequest", "variableType" : "AddApplicationReferenceDataSourceRequest", "documentation" : "

", "simpleType" : "AddApplicationReferenceDataSourceRequest", "variableSetterType" : "AddApplicationReferenceDataSourceRequest" }, "methodName" : "addApplicationReferenceDataSource", "operationName" : "AddApplicationReferenceDataSource", "paginated" : false, "returnType" : { "returnType" : "AddApplicationReferenceDataSourceResponse", "documentation" : "

" }, "syncReturnType" : "AddApplicationReferenceDataSourceResponse" }, "CreateApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see How it Works.

In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source.

Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.

In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations.

To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the kinesisanalytics:CreateApplication action.

For introductory exercises to create an Amazon Kinesis Analytics application, see Getting Started.

", "exceptions" : [ { "exceptionName" : "CodeValidationException", "documentation" : "

User-provided application code (query) is invalid. This can be a simple syntax error.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

Exceeded the number of applications allowed.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateApplicationRequest", "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "documentation" : "

TBD

", "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "methodName" : "createApplication", "operationName" : "CreateApplication", "paginated" : false, "returnType" : { "returnType" : "CreateApplicationResponse", "documentation" : "

TBD

" }, "syncReturnType" : "CreateApplicationResponse" }, "DeleteApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).

This operation requires permissions to perform the kinesisanalytics:DeleteApplication action.

", "exceptions" : [ { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationRequest", "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "documentation" : "

", "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "methodName" : "deleteApplication", "operationName" : "DeleteApplication", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationResponse", "documentation" : "

" }, "syncReturnType" : "DeleteApplicationResponse" }, "DeleteApplicationCloudWatchLoggingOption" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "variableName" : "deleteApplicationCloudWatchLoggingOptionRequest", "variableType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "documentation" : "", "simpleType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "variableSetterType" : "DeleteApplicationCloudWatchLoggingOptionRequest" }, "methodName" : "deleteApplicationCloudWatchLoggingOption", "operationName" : "DeleteApplicationCloudWatchLoggingOption", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationCloudWatchLoggingOptionResponse", "documentation" : null }, "syncReturnType" : "DeleteApplicationCloudWatchLoggingOptionResponse" }, "DeleteApplicationInputProcessingConfiguration" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an InputProcessingConfiguration from an input.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationInputProcessingConfigurationRequest", "variableName" : "deleteApplicationInputProcessingConfigurationRequest", "variableType" : "DeleteApplicationInputProcessingConfigurationRequest", "documentation" : "", "simpleType" : "DeleteApplicationInputProcessingConfigurationRequest", "variableSetterType" : "DeleteApplicationInputProcessingConfigurationRequest" }, "methodName" : "deleteApplicationInputProcessingConfiguration", "operationName" : "DeleteApplicationInputProcessingConfiguration", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationInputProcessingConfigurationResponse", "documentation" : null }, "syncReturnType" : "DeleteApplicationInputProcessingConfigurationResponse" }, "DeleteApplicationOutput" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.

This operation requires permissions to perform the kinesisanalytics:DeleteApplicationOutput action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationOutputRequest", "variableName" : "deleteApplicationOutputRequest", "variableType" : "DeleteApplicationOutputRequest", "documentation" : "

", "simpleType" : "DeleteApplicationOutputRequest", "variableSetterType" : "DeleteApplicationOutputRequest" }, "methodName" : "deleteApplicationOutput", "operationName" : "DeleteApplicationOutput", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationOutputResponse", "documentation" : "

" }, "syncReturnType" : "DeleteApplicationOutputResponse" }, "DeleteApplicationReferenceDataSource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a reference data source configuration from the specified application configuration.

If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationReferenceDataSourceRequest", "variableName" : "deleteApplicationReferenceDataSourceRequest", "variableType" : "DeleteApplicationReferenceDataSourceRequest", "documentation" : "", "simpleType" : "DeleteApplicationReferenceDataSourceRequest", "variableSetterType" : "DeleteApplicationReferenceDataSourceRequest" }, "methodName" : "deleteApplicationReferenceDataSource", "operationName" : "DeleteApplicationReferenceDataSource", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationReferenceDataSourceResponse", "documentation" : null }, "syncReturnType" : "DeleteApplicationReferenceDataSourceResponse" }, "DescribeApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a specific Amazon Kinesis Analytics application.

If you want to retrieve a list of all applications in your account, use the ListApplications operation.

This operation requires permissions to perform the kinesisanalytics:DescribeApplication action. You can use DescribeApplication to get the current application versionId, which you need to call other operations such as Update.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeApplicationRequest", "variableName" : "describeApplicationRequest", "variableType" : "DescribeApplicationRequest", "documentation" : "

", "simpleType" : "DescribeApplicationRequest", "variableSetterType" : "DescribeApplicationRequest" }, "methodName" : "describeApplication", "operationName" : "DescribeApplication", "paginated" : false, "returnType" : { "returnType" : "DescribeApplicationResponse", "documentation" : "

" }, "syncReturnType" : "DescribeApplicationResponse" }, "DiscoverInputSchema" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.

You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema action.

", "exceptions" : [ { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "UnableToDetectSchemaException", "documentation" : "

Data format is not valid, Amazon Kinesis Analytics is not able to detect schema for the given streaming source.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceProvisionedThroughputExceededException", "documentation" : "

Discovery failed to get a record from the streaming source because of the Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is unavailable, back off and retry the operation.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DiscoverInputSchemaRequest", "variableName" : "discoverInputSchemaRequest", "variableType" : "DiscoverInputSchemaRequest", "documentation" : "", "simpleType" : "DiscoverInputSchemaRequest", "variableSetterType" : "DiscoverInputSchemaRequest" }, "methodName" : "discoverInputSchema", "operationName" : "DiscoverInputSchema", "paginated" : false, "returnType" : { "returnType" : "DiscoverInputSchemaResponse", "documentation" : "

" }, "syncReturnType" : "DiscoverInputSchemaResponse" }, "ListApplications" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the HasMoreApplications value as true, you can send another request by adding the ExclusiveStartApplicationName in the request body, and set the value of this to the last application name from the previous response.

If you want detailed information about a specific application, use DescribeApplication.

This operation requires permissions to perform the kinesisanalytics:ListApplications action.

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListApplicationsRequest", "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "documentation" : "

", "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "methodName" : "listApplications", "operationName" : "ListApplications", "paginated" : false, "returnType" : { "returnType" : "ListApplicationsResponse", "documentation" : "

" }, "syncReturnType" : "ListApplicationsResponse" }, "StartApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.

After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.

The application status must be READY for you to start an application. You can get the application status in the console or using the DescribeApplication operation.

After you start the application, you can stop the application from processing the input by calling the StopApplication operation.

This operation requires permissions to perform the kinesisanalytics:StartApplication action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidApplicationConfigurationException", "documentation" : "

User-provided application configuration is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartApplicationRequest", "variableName" : "startApplicationRequest", "variableType" : "StartApplicationRequest", "documentation" : "

", "simpleType" : "StartApplicationRequest", "variableSetterType" : "StartApplicationRequest" }, "methodName" : "startApplication", "operationName" : "StartApplication", "paginated" : false, "returnType" : { "returnType" : "StartApplicationResponse", "documentation" : "

" }, "syncReturnType" : "StartApplicationResponse" }, "StopApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the DescribeApplication operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.

This operation requires permissions to perform the kinesisanalytics:StopApplication action.

", "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopApplicationRequest", "variableName" : "stopApplicationRequest", "variableType" : "StopApplicationRequest", "documentation" : "

", "simpleType" : "StopApplicationRequest", "variableSetterType" : "StopApplicationRequest" }, "methodName" : "stopApplication", "operationName" : "StopApplication", "paginated" : false, "returnType" : { "returnType" : "StopApplicationResponse", "documentation" : "

" }, "syncReturnType" : "StopApplicationResponse" }, "UpdateApplication" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing Amazon Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration.

Note that Amazon Kinesis Analytics updates the CurrentApplicationVersionId each time you update your application.

This operation requires permission for the kinesisanalytics:UpdateApplication action.

", "exceptions" : [ { "exceptionName" : "CodeValidationException", "documentation" : "

User-provided application code (query) is invalid. This can be a simple syntax error.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Specified application can't be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

Application is not available for this operation.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArgumentException", "documentation" : "

Specified input parameter value is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateApplicationRequest", "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "documentation" : "", "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "methodName" : "updateApplication", "operationName" : "UpdateApplication", "paginated" : false, "returnType" : { "returnType" : "UpdateApplicationResponse", "documentation" : null }, "syncReturnType" : "UpdateApplicationResponse" } }, "shapes" : { "AddApplicationCloudWatchLoggingOptionRequest" : { "c2jName" : "AddApplicationCloudWatchLoggingOptionRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddApplicationCloudWatchLoggingOption", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.AddApplicationCloudWatchLoggingOption", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOption", "beanStyleSetterMethodName" : "setCloudWatchLoggingOption", "c2jName" : "CloudWatchLoggingOption", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOption", "fluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOption", "getterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CloudWatchLoggingOption", "setterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setCloudWatchLoggingOption", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CloudWatchLoggingOption" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOption", "beanStyleSetterMethodName" : "setCloudWatchLoggingOption", "c2jName" : "CloudWatchLoggingOption", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOption", "fluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOption", "getterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CloudWatchLoggingOption", "setterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setCloudWatchLoggingOption", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOption", "beanStyleSetterMethodName" : "setCloudWatchLoggingOption", "c2jName" : "CloudWatchLoggingOption", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOption", "fluentSetterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOption", "getterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CloudWatchLoggingOption", "setterDocumentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setCloudWatchLoggingOption", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : "

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "CloudWatchLoggingOption" ], "shapeName" : "AddApplicationCloudWatchLoggingOptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddApplicationCloudWatchLoggingOptionRequest", "variableName" : "addApplicationCloudWatchLoggingOptionRequest", "variableType" : "AddApplicationCloudWatchLoggingOptionRequest", "documentation" : null, "simpleType" : "AddApplicationCloudWatchLoggingOptionRequest", "variableSetterType" : "AddApplicationCloudWatchLoggingOptionRequest" }, "wrapper" : false }, "AddApplicationCloudWatchLoggingOptionResponse" : { "c2jName" : "AddApplicationCloudWatchLoggingOptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddApplicationCloudWatchLoggingOptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddApplicationCloudWatchLoggingOptionResponse", "variableName" : "addApplicationCloudWatchLoggingOptionResponse", "variableType" : "AddApplicationCloudWatchLoggingOptionResponse", "documentation" : null, "simpleType" : "AddApplicationCloudWatchLoggingOptionResponse", "variableSetterType" : "AddApplicationCloudWatchLoggingOptionResponse" }, "wrapper" : false }, "AddApplicationInputProcessingConfigurationRequest" : { "c2jName" : "AddApplicationInputProcessingConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddApplicationInputProcessingConfiguration", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.AddApplicationInputProcessingConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@return Name of the application to which you want to add the input processing configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

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.

\n@return 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to add to the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@return The InputProcessingConfiguration to add to the application.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to add to the application.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@return Name of the application to which you want to add the input processing configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

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.

\n@return 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "InputId" : { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputProcessingConfiguration" : { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to add to the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@return The InputProcessingConfiguration to add to the application.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to add to the application.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@return Name of the application to which you want to add the input processing configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the input processing configuration.

\n@param applicationName Name of the application to which you want to add the input processing configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the input processing configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

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.

\n@return 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

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.

\n@param currentApplicationVersionId 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to add to the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@return The InputProcessingConfiguration to add to the application.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to add to the application.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to add to the application.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "InputId", "InputProcessingConfiguration" ], "shapeName" : "AddApplicationInputProcessingConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddApplicationInputProcessingConfigurationRequest", "variableName" : "addApplicationInputProcessingConfigurationRequest", "variableType" : "AddApplicationInputProcessingConfigurationRequest", "documentation" : null, "simpleType" : "AddApplicationInputProcessingConfigurationRequest", "variableSetterType" : "AddApplicationInputProcessingConfigurationRequest" }, "wrapper" : false }, "AddApplicationInputProcessingConfigurationResponse" : { "c2jName" : "AddApplicationInputProcessingConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddApplicationInputProcessingConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddApplicationInputProcessingConfigurationResponse", "variableName" : "addApplicationInputProcessingConfigurationResponse", "variableType" : "AddApplicationInputProcessingConfigurationResponse", "documentation" : null, "simpleType" : "AddApplicationInputProcessingConfigurationResponse", "variableSetterType" : "AddApplicationInputProcessingConfigurationResponse" }, "wrapper" : false }, "AddApplicationInputRequest" : { "c2jName" : "AddApplicationInputRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddApplicationInput", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.AddApplicationInput", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@return Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@return Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "Input", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "

The Input to add.

\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)", "deprecated" : false, "documentation" : "

The Input to add.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The Input to add.

\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The Input to add.

\n@return The Input to add.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Input", "setterDocumentation" : "

The Input to add.

\n@param input The Input to add.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : "

The Input to add.

", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@return Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@return Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "Input", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "

The Input to add.

\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)", "deprecated" : false, "documentation" : "

The Input to add.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The Input to add.

\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The Input to add.

\n@return The Input to add.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Input", "setterDocumentation" : "

The Input to add.

\n@param input The Input to add.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : "

The Input to add.

", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@return Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@return Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "Input", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "

The Input to add.

\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)", "deprecated" : false, "documentation" : "

The Input to add.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The Input to add.

\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The Input to add.

\n@return The Input to add.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Input", "setterDocumentation" : "

The Input to add.

\n@param input The Input to add.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : "

The Input to add.

", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "Input" ], "shapeName" : "AddApplicationInputRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddApplicationInputRequest", "variableName" : "addApplicationInputRequest", "variableType" : "AddApplicationInputRequest", "documentation" : null, "simpleType" : "AddApplicationInputRequest", "variableSetterType" : "AddApplicationInputRequest" }, "wrapper" : false }, "AddApplicationInputResponse" : { "c2jName" : "AddApplicationInputResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddApplicationInputResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddApplicationInputResponse", "variableName" : "addApplicationInputResponse", "variableType" : "AddApplicationInputResponse", "documentation" : null, "simpleType" : "AddApplicationInputResponse", "variableSetterType" : "AddApplicationInputResponse" }, "wrapper" : false }, "AddApplicationOutputRequest" : { "c2jName" : "AddApplicationOutputRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddApplicationOutput", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.AddApplicationOutput", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the output configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@return Name of the application to which you want to add the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the output configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application to which you want add the output 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application to which you want add the output 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.

\n@return Version of the application to which you want add the output 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application to which you want add the output 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(Output)", "deprecated" : false, "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@return An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Output", "setterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the output configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@return Name of the application to which you want to add the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the output configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application to which you want add the output 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application to which you want add the output 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.

\n@return Version of the application to which you want add the output 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application to which you want add the output 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(Output)", "deprecated" : false, "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@return An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Output", "setterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application to which you want to add the output configuration.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@return Name of the application to which you want to add the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application to which you want to add the output configuration.

\n@param applicationName Name of the application to which you want to add the output configuration.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application to which you want to add the output configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application to which you want add the output 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application to which you want add the output 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.

\n@return Version of the application to which you want add the output 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application to which you want add the output 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.

\n@param currentApplicationVersionId Version of the application to which you want add the output 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application to which you want add the output 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(Output)", "deprecated" : false, "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@return An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Output", "setterDocumentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : "

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.

", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "Output" ], "shapeName" : "AddApplicationOutputRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddApplicationOutputRequest", "variableName" : "addApplicationOutputRequest", "variableType" : "AddApplicationOutputRequest", "documentation" : null, "simpleType" : "AddApplicationOutputRequest", "variableSetterType" : "AddApplicationOutputRequest" }, "wrapper" : false }, "AddApplicationOutputResponse" : { "c2jName" : "AddApplicationOutputResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddApplicationOutputResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddApplicationOutputResponse", "variableName" : "addApplicationOutputResponse", "variableType" : "AddApplicationOutputResponse", "documentation" : null, "simpleType" : "AddApplicationOutputResponse", "variableSetterType" : "AddApplicationOutputResponse" }, "wrapper" : false }, "AddApplicationReferenceDataSourceRequest" : { "c2jName" : "AddApplicationReferenceDataSourceRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddApplicationReferenceDataSource", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.AddApplicationReferenceDataSource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@return Version of the application for which you are adding the reference data source. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSource", "beanStyleSetterMethodName" : "setReferenceDataSource", "c2jName" : "ReferenceDataSource", "c2jShape" : "ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(ReferenceDataSource)", "deprecated" : false, "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSource", "fluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSource", "getterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@return The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "getterModel" : { "returnType" : "ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceDataSource", "setterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "setterMethodName" : "setReferenceDataSource", "setterModel" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : null, "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@return Version of the application for which you are adding the reference data source. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ReferenceDataSource" : { "beanStyleGetterMethodName" : "getReferenceDataSource", "beanStyleSetterMethodName" : "setReferenceDataSource", "c2jName" : "ReferenceDataSource", "c2jShape" : "ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(ReferenceDataSource)", "deprecated" : false, "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSource", "fluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSource", "getterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@return The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "getterModel" : { "returnType" : "ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceDataSource", "setterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "setterMethodName" : "setReferenceDataSource", "setterModel" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : null, "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@return Version of the application for which you are adding the reference data source. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application for which you are adding the reference data source. 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.

\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application for which you are adding the reference data source. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSource", "beanStyleSetterMethodName" : "setReferenceDataSource", "c2jName" : "ReferenceDataSource", "c2jShape" : "ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(ReferenceDataSource)", "deprecated" : false, "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSource", "fluentSetterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSource", "getterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@return The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "getterModel" : { "returnType" : "ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceDataSource", "setterDocumentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.", "setterMethodName" : "setReferenceDataSource", "setterModel" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : null, "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : "

The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.

", "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "ReferenceDataSource" ], "shapeName" : "AddApplicationReferenceDataSourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddApplicationReferenceDataSourceRequest", "variableName" : "addApplicationReferenceDataSourceRequest", "variableType" : "AddApplicationReferenceDataSourceRequest", "documentation" : null, "simpleType" : "AddApplicationReferenceDataSourceRequest", "variableSetterType" : "AddApplicationReferenceDataSourceRequest" }, "wrapper" : false }, "AddApplicationReferenceDataSourceResponse" : { "c2jName" : "AddApplicationReferenceDataSourceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddApplicationReferenceDataSourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddApplicationReferenceDataSourceResponse", "variableName" : "addApplicationReferenceDataSourceResponse", "variableType" : "AddApplicationReferenceDataSourceResponse", "documentation" : null, "simpleType" : "AddApplicationReferenceDataSourceResponse", "variableSetterType" : "AddApplicationReferenceDataSourceResponse" }, "wrapper" : false }, "ApplicationDetail" : { "c2jName" : "ApplicationDetail", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application version was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application version was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

Timestamp when the application version was created.

\n@return Timestamp when the application version was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application version was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastUpdateTimestamp", "beanStyleSetterMethodName" : "setLastUpdateTimestamp", "c2jName" : "LastUpdateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application was last updated.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTimestamp", "getterDocumentation" : "

Timestamp when the application was last updated.

\n@return Timestamp when the application was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTimestamp", "setterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.", "setterMethodName" : "setLastUpdateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputDescriptions", "beanStyleSetterMethodName" : "setInputDescriptions", "c2jName" : "InputDescriptions", "c2jShape" : "InputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputDescriptions", "fluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDescriptions", "getterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application input configuration. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : null, "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : "", "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputDescriptions", "setterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.", "setterMethodName" : "setInputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputDescriptions", "beanStyleSetterMethodName" : "setOutputDescriptions", "c2jName" : "OutputDescriptions", "c2jShape" : "OutputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputDescriptions", "fluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDescriptions", "getterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application output configuration. For more information, see Configuring Application Output.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : null, "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : "", "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputDescriptions", "setterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.", "setterMethodName" : "setOutputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions", "beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions", "c2jName" : "ReferenceDataSourceDescriptions", "c2jShape" : "ReferenceDataSourceDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)", "deprecated" : false, "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceDescriptions", "fluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceDescriptions", "getterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : "", "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceDescriptions", "setterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "setterMethodName" : "setReferenceDataSourceDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions", "c2jName" : "CloudWatchLoggingOptionDescriptions", "c2jShape" : "CloudWatchLoggingOptionDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions", "fluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions", "getterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionDescriptions", "setterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptionDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@return Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationVersionId", "beanStyleSetterMethodName" : "setApplicationVersionId", "c2jName" : "ApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Provides the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)", "deprecated" : false, "documentation" : "

Provides the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationVersionId", "fluentSetterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationVersionId", "getterDocumentation" : "

Provides the current application version.

\n@return Provides the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ApplicationVersionId", "setterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.", "setterMethodName" : "setApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : "

Provides the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationARN" : { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationCode" : { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@return Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationDescription" : { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationStatus" : { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationVersionId" : { "beanStyleGetterMethodName" : "getApplicationVersionId", "beanStyleSetterMethodName" : "setApplicationVersionId", "c2jName" : "ApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Provides the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)", "deprecated" : false, "documentation" : "

Provides the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationVersionId", "fluentSetterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationVersionId", "getterDocumentation" : "

Provides the current application version.

\n@return Provides the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ApplicationVersionId", "setterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.", "setterMethodName" : "setApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : "

Provides the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "CloudWatchLoggingOptionDescriptions" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions", "c2jName" : "CloudWatchLoggingOptionDescriptions", "c2jShape" : "CloudWatchLoggingOptionDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions", "fluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions", "getterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionDescriptions", "setterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptionDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CreateTimestamp" : { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application version was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application version was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

Timestamp when the application version was created.

\n@return Timestamp when the application version was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application version was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "InputDescriptions" : { "beanStyleGetterMethodName" : "getInputDescriptions", "beanStyleSetterMethodName" : "setInputDescriptions", "c2jName" : "InputDescriptions", "c2jShape" : "InputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputDescriptions", "fluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDescriptions", "getterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application input configuration. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : null, "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : "", "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputDescriptions", "setterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.", "setterMethodName" : "setInputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LastUpdateTimestamp" : { "beanStyleGetterMethodName" : "getLastUpdateTimestamp", "beanStyleSetterMethodName" : "setLastUpdateTimestamp", "c2jName" : "LastUpdateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application was last updated.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTimestamp", "getterDocumentation" : "

Timestamp when the application was last updated.

\n@return Timestamp when the application was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTimestamp", "setterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.", "setterMethodName" : "setLastUpdateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "OutputDescriptions" : { "beanStyleGetterMethodName" : "getOutputDescriptions", "beanStyleSetterMethodName" : "setOutputDescriptions", "c2jName" : "OutputDescriptions", "c2jShape" : "OutputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputDescriptions", "fluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDescriptions", "getterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application output configuration. For more information, see Configuring Application Output.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : null, "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : "", "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputDescriptions", "setterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.", "setterMethodName" : "setOutputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReferenceDataSourceDescriptions" : { "beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions", "beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions", "c2jName" : "ReferenceDataSourceDescriptions", "c2jShape" : "ReferenceDataSourceDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)", "deprecated" : false, "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceDescriptions", "fluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceDescriptions", "getterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : "", "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceDescriptions", "setterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "setterMethodName" : "setReferenceDataSourceDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Description of the application.

\n@param applicationDescription Description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application version was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application version was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

Timestamp when the application version was created.

\n@return Timestamp when the application version was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

Timestamp when the application version was created.

\n@param createTimestamp Timestamp when the application version was created.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application version was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastUpdateTimestamp", "beanStyleSetterMethodName" : "setLastUpdateTimestamp", "c2jName" : "LastUpdateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp when the application was last updated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)", "deprecated" : false, "documentation" : "

Timestamp when the application was last updated.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTimestamp", "fluentSetterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTimestamp", "getterDocumentation" : "

Timestamp when the application was last updated.

\n@return Timestamp when the application was last updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTimestamp", "setterDocumentation" : "

Timestamp when the application was last updated.

\n@param lastUpdateTimestamp Timestamp when the application was last updated.", "setterMethodName" : "setLastUpdateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTimestamp", "variableType" : "java.time.Instant", "documentation" : "

Timestamp when the application was last updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputDescriptions", "beanStyleSetterMethodName" : "setInputDescriptions", "c2jName" : "InputDescriptions", "c2jShape" : "InputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputDescriptions", "fluentSetterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputDescriptions", "getterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application input configuration. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : null, "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputDescription", "variableName" : "member", "variableType" : "InputDescription", "documentation" : "", "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputDescriptions", "setterDocumentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.", "setterMethodName" : "setInputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputDescriptions", "beanStyleSetterMethodName" : "setOutputDescriptions", "c2jName" : "OutputDescriptions", "c2jShape" : "OutputDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputDescriptions", "fluentSetterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputDescriptions", "getterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the application output configuration. For more information, see Configuring Application Output.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : null, "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputDescription", "variableName" : "member", "variableType" : "OutputDescription", "documentation" : "", "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputDescriptions", "setterDocumentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.", "setterMethodName" : "setOutputDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the application output configuration. For more information, see Configuring Application Output.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions", "beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions", "c2jName" : "ReferenceDataSourceDescriptions", "c2jShape" : "ReferenceDataSourceDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)", "deprecated" : false, "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceDescriptions", "fluentSetterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceDescriptions", "getterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "member", "variableType" : "ReferenceDataSourceDescription", "documentation" : "", "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceDescriptions", "setterDocumentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.", "setterMethodName" : "setReferenceDataSourceDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions", "c2jName" : "CloudWatchLoggingOptionDescriptions", "c2jShape" : "CloudWatchLoggingOptionDescriptions", "defaultConsumerFluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)", "deprecated" : false, "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions", "fluentSetterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions", "getterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionDescriptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionDescriptions", "setterDocumentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptionDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionDescriptions", "variableType" : "java.util.List", "documentation" : "

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@return Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationVersionId", "beanStyleSetterMethodName" : "setApplicationVersionId", "c2jName" : "ApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Provides the current application version.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)", "deprecated" : false, "documentation" : "

Provides the current application version.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationVersionId", "fluentSetterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationVersionId", "getterDocumentation" : "

Provides the current application version.

\n@return Provides the current application version.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ApplicationVersionId", "setterDocumentation" : "

Provides the current application version.

\n@param applicationVersionId Provides the current application version.", "setterMethodName" : "setApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "applicationVersionId", "variableType" : "Long", "documentation" : "

Provides the current application version.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "ApplicationARN", "ApplicationStatus", "ApplicationVersionId" ], "shapeName" : "ApplicationDetail", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : null, "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "wrapper" : false }, "ApplicationStatus" : { "c2jName" : "ApplicationStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "DELETING", "value" : "DELETING" }, { "name" : "STARTING", "value" : "STARTING" }, { "name" : "STOPPING", "value" : "STOPPING" }, { "name" : "READY", "value" : "READY" }, { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "UPDATING", "value" : "UPDATING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplicationStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationStatus", "variableName" : "applicationStatus", "variableType" : "ApplicationStatus", "documentation" : null, "simpleType" : "ApplicationStatus", "variableSetterType" : "ApplicationStatus" }, "wrapper" : false }, "ApplicationSummary" : { "c2jName" : "ApplicationSummary", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationARN" : { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationStatus" : { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationARN", "beanStyleSetterMethodName" : "setApplicationARN", "c2jName" : "ApplicationARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)", "deprecated" : false, "documentation" : "

ARN of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationARN", "fluentSetterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationARN", "getterDocumentation" : "

ARN of the application.

\n@return ARN of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationARN", "setterDocumentation" : "

ARN of the application.

\n@param applicationARN ARN of the application.", "setterMethodName" : "setApplicationARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationARN", "variableType" : "String", "documentation" : "

ARN of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationStatus", "beanStyleSetterMethodName" : "setApplicationStatus", "c2jName" : "ApplicationStatus", "c2jShape" : "ApplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)", "deprecated" : false, "documentation" : "

Status of the application.

", "enumType" : "ApplicationStatus", "fluentEnumGetterMethodName" : "applicationStatus", "fluentGetterMethodName" : "applicationStatusString", "fluentSetterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus", "fluentSetterMethodName" : "applicationStatus", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n

\n@return Status of the application.\n@see ApplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationStatus", "setterDocumentation" : "

Status of the application.

\n@param applicationStatus Status of the application.\n@see ApplicationStatus", "setterMethodName" : "setApplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationStatus", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "ApplicationARN", "ApplicationStatus" ], "shapeName" : "ApplicationSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "wrapper" : false }, "ApplicationUpdate" : { "c2jName" : "ApplicationUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes updates to apply to an existing Amazon Kinesis Analytics application.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputUpdates", "beanStyleSetterMethodName" : "setInputUpdates", "c2jName" : "InputUpdates", "c2jShape" : "InputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application input configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputUpdates(List)}.\n@param inputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application input configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputUpdates", "fluentSetterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputUpdates", "getterDocumentation" : "

Describes application input configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application input configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputUpdate.Builder} avoiding the need to create one manually via {@link InputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(InputUpdate)}.\n@param member a consumer that will call methods on {@link InputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : null, "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : "", "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputUpdates", "setterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.", "setterMethodName" : "setInputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application input configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCodeUpdate", "beanStyleSetterMethodName" : "setApplicationCodeUpdate", "c2jName" : "ApplicationCodeUpdate", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Describes application code updates.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCodeUpdate(String)}.\n@param applicationCodeUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCodeUpdate(String)", "deprecated" : false, "documentation" : "

Describes application code updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCodeUpdate", "fluentSetterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCodeUpdate", "getterDocumentation" : "

Describes application code updates.

\n@return Describes application code updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCodeUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCodeUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCodeUpdate", "setterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.", "setterMethodName" : "setApplicationCodeUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : "

Describes application code updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputUpdates", "beanStyleSetterMethodName" : "setOutputUpdates", "c2jName" : "OutputUpdates", "c2jShape" : "OutputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application output configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputUpdates(List)}.\n@param outputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application output configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputUpdates", "fluentSetterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputUpdates", "getterDocumentation" : "

Describes application output configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application output configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputUpdate.Builder} avoiding the need to create one manually via {@link OutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(OutputUpdate)}.\n@param member a consumer that will call methods on {@link OutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : null, "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : "", "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputUpdates", "setterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.", "setterMethodName" : "setOutputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application output configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSourceUpdates", "beanStyleSetterMethodName" : "setReferenceDataSourceUpdates", "c2jName" : "ReferenceDataSourceUpdates", "c2jShape" : "ReferenceDataSourceUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application reference data source updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceUpdates(List)}.\n@param referenceDataSourceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceUpdates(List)", "deprecated" : false, "documentation" : "

Describes application reference data source updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceUpdates", "fluentSetterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceUpdates", "getterDocumentation" : "

Describes application reference data source updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application reference data source updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceUpdate)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : "", "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceUpdates", "setterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.", "setterMethodName" : "setReferenceDataSourceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application reference data source updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionUpdates", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionUpdates", "c2jName" : "CloudWatchLoggingOptionUpdates", "c2jShape" : "CloudWatchLoggingOptionUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionUpdates(List)}.\n@param cloudWatchLoggingOptionUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionUpdates(List)", "deprecated" : false, "documentation" : "

Describes application CloudWatch logging option updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionUpdates", "fluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionUpdates", "getterDocumentation" : "

Describes application CloudWatch logging option updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application CloudWatch logging option updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionUpdate.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionUpdate)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionUpdates", "setterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.", "setterMethodName" : "setCloudWatchLoggingOptionUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application CloudWatch logging option updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationCodeUpdate" : { "beanStyleGetterMethodName" : "getApplicationCodeUpdate", "beanStyleSetterMethodName" : "setApplicationCodeUpdate", "c2jName" : "ApplicationCodeUpdate", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Describes application code updates.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCodeUpdate(String)}.\n@param applicationCodeUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCodeUpdate(String)", "deprecated" : false, "documentation" : "

Describes application code updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCodeUpdate", "fluentSetterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCodeUpdate", "getterDocumentation" : "

Describes application code updates.

\n@return Describes application code updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCodeUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCodeUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCodeUpdate", "setterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.", "setterMethodName" : "setApplicationCodeUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : "

Describes application code updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CloudWatchLoggingOptionUpdates" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionUpdates", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionUpdates", "c2jName" : "CloudWatchLoggingOptionUpdates", "c2jShape" : "CloudWatchLoggingOptionUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionUpdates(List)}.\n@param cloudWatchLoggingOptionUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionUpdates(List)", "deprecated" : false, "documentation" : "

Describes application CloudWatch logging option updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionUpdates", "fluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionUpdates", "getterDocumentation" : "

Describes application CloudWatch logging option updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application CloudWatch logging option updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionUpdate.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionUpdate)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionUpdates", "setterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.", "setterMethodName" : "setCloudWatchLoggingOptionUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application CloudWatch logging option updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "InputUpdates" : { "beanStyleGetterMethodName" : "getInputUpdates", "beanStyleSetterMethodName" : "setInputUpdates", "c2jName" : "InputUpdates", "c2jShape" : "InputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application input configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputUpdates(List)}.\n@param inputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application input configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputUpdates", "fluentSetterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputUpdates", "getterDocumentation" : "

Describes application input configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application input configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputUpdate.Builder} avoiding the need to create one manually via {@link InputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(InputUpdate)}.\n@param member a consumer that will call methods on {@link InputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : null, "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : "", "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputUpdates", "setterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.", "setterMethodName" : "setInputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application input configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "OutputUpdates" : { "beanStyleGetterMethodName" : "getOutputUpdates", "beanStyleSetterMethodName" : "setOutputUpdates", "c2jName" : "OutputUpdates", "c2jShape" : "OutputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application output configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputUpdates(List)}.\n@param outputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application output configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputUpdates", "fluentSetterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputUpdates", "getterDocumentation" : "

Describes application output configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application output configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputUpdate.Builder} avoiding the need to create one manually via {@link OutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(OutputUpdate)}.\n@param member a consumer that will call methods on {@link OutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : null, "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : "", "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputUpdates", "setterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.", "setterMethodName" : "setOutputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application output configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReferenceDataSourceUpdates" : { "beanStyleGetterMethodName" : "getReferenceDataSourceUpdates", "beanStyleSetterMethodName" : "setReferenceDataSourceUpdates", "c2jName" : "ReferenceDataSourceUpdates", "c2jShape" : "ReferenceDataSourceUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application reference data source updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceUpdates(List)}.\n@param referenceDataSourceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceUpdates(List)", "deprecated" : false, "documentation" : "

Describes application reference data source updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceUpdates", "fluentSetterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceUpdates", "getterDocumentation" : "

Describes application reference data source updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application reference data source updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceUpdate)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : "", "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceUpdates", "setterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.", "setterMethodName" : "setReferenceDataSourceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application reference data source updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputUpdates", "beanStyleSetterMethodName" : "setInputUpdates", "c2jName" : "InputUpdates", "c2jShape" : "InputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application input configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputUpdates(List)}.\n@param inputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application input configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputUpdates", "fluentSetterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputUpdates", "getterDocumentation" : "

Describes application input configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application input configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputUpdate.Builder} avoiding the need to create one manually via {@link InputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(InputUpdate)}.\n@param member a consumer that will call methods on {@link InputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : null, "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputUpdate", "variableName" : "member", "variableType" : "InputUpdate", "documentation" : "", "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputUpdates", "setterDocumentation" : "

Describes application input configuration updates.

\n@param inputUpdates Describes application input configuration updates.", "setterMethodName" : "setInputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application input configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCodeUpdate", "beanStyleSetterMethodName" : "setApplicationCodeUpdate", "c2jName" : "ApplicationCodeUpdate", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

Describes application code updates.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCodeUpdate(String)}.\n@param applicationCodeUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCodeUpdate(String)", "deprecated" : false, "documentation" : "

Describes application code updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCodeUpdate", "fluentSetterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCodeUpdate", "getterDocumentation" : "

Describes application code updates.

\n@return Describes application code updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCodeUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCodeUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCodeUpdate", "setterDocumentation" : "

Describes application code updates.

\n@param applicationCodeUpdate Describes application code updates.", "setterMethodName" : "setApplicationCodeUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCodeUpdate", "variableType" : "String", "documentation" : "

Describes application code updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputUpdates", "beanStyleSetterMethodName" : "setOutputUpdates", "c2jName" : "OutputUpdates", "c2jShape" : "OutputUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application output configuration updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputUpdates(List)}.\n@param outputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputUpdates(List)", "deprecated" : false, "documentation" : "

Describes application output configuration updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputUpdates", "fluentSetterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputUpdates", "getterDocumentation" : "

Describes application output configuration updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application output configuration updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputUpdate.Builder} avoiding the need to create one manually via {@link OutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(OutputUpdate)}.\n@param member a consumer that will call methods on {@link OutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : null, "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "member", "variableType" : "OutputUpdate", "documentation" : "", "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OutputUpdates", "setterDocumentation" : "

Describes application output configuration updates.

\n@param outputUpdates Describes application output configuration updates.", "setterMethodName" : "setOutputUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application output configuration updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceDataSourceUpdates", "beanStyleSetterMethodName" : "setReferenceDataSourceUpdates", "c2jName" : "ReferenceDataSourceUpdates", "c2jShape" : "ReferenceDataSourceUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application reference data source updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceUpdates(List)}.\n@param referenceDataSourceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceUpdates(List)", "deprecated" : false, "documentation" : "

Describes application reference data source updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceDataSourceUpdates", "fluentSetterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceDataSourceUpdates", "getterDocumentation" : "

Describes application reference data source updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application reference data source updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceDataSourceUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceDataSourceUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceUpdate)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "member", "variableType" : "ReferenceDataSourceUpdate", "documentation" : "", "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReferenceDataSourceUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReferenceDataSourceUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReferenceDataSourceUpdates", "setterDocumentation" : "

Describes application reference data source updates.

\n@param referenceDataSourceUpdates Describes application reference data source updates.", "setterMethodName" : "setReferenceDataSourceUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "referenceDataSourceUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application reference data source updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionUpdates", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionUpdates", "c2jName" : "CloudWatchLoggingOptionUpdates", "c2jShape" : "CloudWatchLoggingOptionUpdates", "defaultConsumerFluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionUpdates(List)}.\n@param cloudWatchLoggingOptionUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionUpdates(List)", "deprecated" : false, "documentation" : "

Describes application CloudWatch logging option updates.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionUpdates", "fluentSetterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionUpdates", "getterDocumentation" : "

Describes application CloudWatch logging option updates.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Describes application CloudWatch logging option updates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOptionUpdate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionUpdate.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionUpdate)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionUpdate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOptionUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "member", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : "", "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOptionUpdate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOptionUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptionUpdates", "setterDocumentation" : "

Describes application CloudWatch logging option updates.

\n@param cloudWatchLoggingOptionUpdates Describes application CloudWatch logging option updates.", "setterMethodName" : "setCloudWatchLoggingOptionUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptionUpdates", "variableType" : "java.util.List", "documentation" : "

Describes application CloudWatch logging option updates.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplicationUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : null, "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "wrapper" : false }, "CSVMappingParameters" : { "c2jName" : "CSVMappingParameters", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\\n' as the row delimiter and a comma (\",\") as the column delimiter:

\"name1\", \"address1\"

\"name2, \"address2\"

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordRowDelimiter", "beanStyleSetterMethodName" : "setRecordRowDelimiter", "c2jName" : "RecordRowDelimiter", "c2jShape" : "RecordRowDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowDelimiter(String)}.\n@param recordRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowDelimiter(String)", "deprecated" : false, "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowDelimiter", "fluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowDelimiter", "getterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@return Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowDelimiter", "setterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "setterMethodName" : "setRecordRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumnDelimiter", "beanStyleSetterMethodName" : "setRecordColumnDelimiter", "c2jName" : "RecordColumnDelimiter", "c2jShape" : "RecordColumnDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordColumnDelimiter(String)}.\n@param recordColumnDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnDelimiter(String)", "deprecated" : false, "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnDelimiter", "fluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnDelimiter", "getterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@return Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordColumnDelimiter", "setterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "setterMethodName" : "setRecordColumnDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecordColumnDelimiter" : { "beanStyleGetterMethodName" : "getRecordColumnDelimiter", "beanStyleSetterMethodName" : "setRecordColumnDelimiter", "c2jName" : "RecordColumnDelimiter", "c2jShape" : "RecordColumnDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordColumnDelimiter(String)}.\n@param recordColumnDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnDelimiter(String)", "deprecated" : false, "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnDelimiter", "fluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnDelimiter", "getterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@return Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordColumnDelimiter", "setterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "setterMethodName" : "setRecordColumnDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordRowDelimiter" : { "beanStyleGetterMethodName" : "getRecordRowDelimiter", "beanStyleSetterMethodName" : "setRecordRowDelimiter", "c2jName" : "RecordRowDelimiter", "c2jShape" : "RecordRowDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowDelimiter(String)}.\n@param recordRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowDelimiter(String)", "deprecated" : false, "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowDelimiter", "fluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowDelimiter", "getterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@return Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowDelimiter", "setterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "setterMethodName" : "setRecordRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordRowDelimiter", "beanStyleSetterMethodName" : "setRecordRowDelimiter", "c2jName" : "RecordRowDelimiter", "c2jShape" : "RecordRowDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowDelimiter(String)}.\n@param recordRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowDelimiter(String)", "deprecated" : false, "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowDelimiter", "fluentSetterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowDelimiter", "getterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@return Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowDelimiter", "setterDocumentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.", "setterMethodName" : "setRecordRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowDelimiter", "variableType" : "String", "documentation" : "

Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumnDelimiter", "beanStyleSetterMethodName" : "setRecordColumnDelimiter", "c2jName" : "RecordColumnDelimiter", "c2jShape" : "RecordColumnDelimiter", "defaultConsumerFluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordColumnDelimiter(String)}.\n@param recordColumnDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnDelimiter(String)", "deprecated" : false, "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnDelimiter", "fluentSetterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnDelimiter", "getterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@return Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordColumnDelimiter", "setterDocumentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.", "setterMethodName" : "setRecordColumnDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordColumnDelimiter", "variableType" : "String", "documentation" : "

Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RecordRowDelimiter", "RecordColumnDelimiter" ], "shapeName" : "CSVMappingParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : null, "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "wrapper" : false }, "CloudWatchLoggingOption" : { "c2jName" : "CloudWatchLoggingOption", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides a description of CloudWatch logging options, including the log stream Amazon Resource Name (ARN) and the role ARN.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogStreamARN" : { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LogStreamARN", "RoleARN" ], "shapeName" : "CloudWatchLoggingOption", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "cloudWatchLoggingOption", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "wrapper" : false }, "CloudWatchLoggingOptionDescription" : { "c2jName" : "CloudWatchLoggingOptionDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Description of the CloudWatch logging option.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option description.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option description.

\n@return ID of the CloudWatch logging option description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudWatchLoggingOptionId" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option description.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option description.

\n@return ID of the CloudWatch logging option description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogStreamARN" : { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option description.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option description.

\n@return ID of the CloudWatch logging option description.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option description.

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option description.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamARN", "beanStyleSetterMethodName" : "setLogStreamARN", "c2jName" : "LogStreamARN", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARN(String)}.\n@param logStreamARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARN(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARN", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARN", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARN", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARN ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARN", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARN IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LogStreamARN", "RoleARN" ], "shapeName" : "CloudWatchLoggingOptionDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionDescription", "variableName" : "cloudWatchLoggingOptionDescription", "variableType" : "CloudWatchLoggingOptionDescription", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionDescription", "variableSetterType" : "CloudWatchLoggingOptionDescription" }, "wrapper" : false }, "CloudWatchLoggingOptionUpdate" : { "c2jName" : "CloudWatchLoggingOptionUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes CloudWatch logging option updates.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option to update

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option to update

\n@return ID of the CloudWatch logging option to update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option to update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamARNUpdate", "beanStyleSetterMethodName" : "setLogStreamARNUpdate", "c2jName" : "LogStreamARNUpdate", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARNUpdate(String)}.\n@param logStreamARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARNUpdate(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARNUpdate", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARNUpdate", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARNUpdate", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudWatchLoggingOptionId" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option to update

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option to update

\n@return ID of the CloudWatch logging option to update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option to update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogStreamARNUpdate" : { "beanStyleGetterMethodName" : "getLogStreamARNUpdate", "beanStyleSetterMethodName" : "setLogStreamARNUpdate", "c2jName" : "LogStreamARNUpdate", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARNUpdate(String)}.\n@param logStreamARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARNUpdate(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARNUpdate", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARNUpdate", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARNUpdate", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

ID of the CloudWatch logging option to update

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

ID of the CloudWatch logging option to update

\n@return ID of the CloudWatch logging option to update", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

ID of the CloudWatch logging option to update

\n@param cloudWatchLoggingOptionId ID of the CloudWatch logging option to update", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

ID of the CloudWatch logging option to update

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamARNUpdate", "beanStyleSetterMethodName" : "setLogStreamARNUpdate", "c2jName" : "LogStreamARNUpdate", "c2jShape" : "LogStreamARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamARNUpdate(String)}.\n@param logStreamARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamARNUpdate(String)", "deprecated" : false, "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "logStreamARNUpdate", "fluentSetterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamARNUpdate", "getterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@return ARN of the CloudWatch log to receive application messages.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LogStreamARNUpdate", "setterDocumentation" : "

ARN of the CloudWatch log to receive application messages.

\n@param logStreamARNUpdate ARN of the CloudWatch log to receive application messages.", "setterMethodName" : "setLogStreamARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamARNUpdate", "variableType" : "String", "documentation" : "

ARN of the CloudWatch log to receive application messages.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@return IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

\n@param roleARNUpdate IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CloudWatchLoggingOptionId" ], "shapeName" : "CloudWatchLoggingOptionUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOptionUpdate", "variableName" : "cloudWatchLoggingOptionUpdate", "variableType" : "CloudWatchLoggingOptionUpdate", "documentation" : null, "simpleType" : "CloudWatchLoggingOptionUpdate", "variableSetterType" : "CloudWatchLoggingOptionUpdate" }, "wrapper" : false }, "CodeValidationException" : { "c2jName" : "CodeValidationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

User-provided application code (query) is invalid. This can be a simple syntax error.

", "enums" : null, "errorCode" : "CodeValidationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CodeValidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CodeValidationException", "variableName" : "codeValidationException", "variableType" : "CodeValidationException", "documentation" : null, "simpleType" : "CodeValidationException", "variableSetterType" : "CodeValidationException" }, "wrapper" : false }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModificationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", "enums" : null, "errorCode" : "ConcurrentModificationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConcurrentModificationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConcurrentModificationException", "variableName" : "concurrentModificationException", "variableType" : "ConcurrentModificationException", "documentation" : null, "simpleType" : "ConcurrentModificationException", "variableSetterType" : "ConcurrentModificationException" }, "wrapper" : false }, "CreateApplicationRequest" : { "c2jName" : "CreateApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

TBD

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.CreateApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@return Name of your Amazon Kinesis Analytics application (for example, sample-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Summary description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Summary description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "Inputs", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputs(List)}.\n@param inputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputs(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #member(Input)}.\n@param member a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Input)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : "", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Input", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Input", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "setterMethodName" : "setInputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "Outputs", "defaultConsumerFluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputs(List)}.\n@param outputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputs(List)", "deprecated" : false, "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Outputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Outputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #member(Output)}.\n@param member a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Output)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Output", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Output", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "setterMethodName" : "setOutputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptions", "c2jName" : "CloudWatchLoggingOptions", "c2jShape" : "CloudWatchLoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptions(List)}.\n@param cloudWatchLoggingOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptions(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptions", "fluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptions", "getterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOption)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : "", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptions", "setterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@return One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationCode" : { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@return One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationDescription" : { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Summary description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Summary description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@return Name of your Amazon Kinesis Analytics application (for example, sample-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CloudWatchLoggingOptions" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptions", "c2jName" : "CloudWatchLoggingOptions", "c2jShape" : "CloudWatchLoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptions(List)}.\n@param cloudWatchLoggingOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptions(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptions", "fluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptions", "getterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOption)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : "", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptions", "setterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Inputs" : { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "Inputs", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputs(List)}.\n@param inputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputs(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #member(Input)}.\n@param member a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Input)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : "", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Input", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Input", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "setterMethodName" : "setInputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Outputs" : { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "Outputs", "defaultConsumerFluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputs(List)}.\n@param outputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputs(List)", "deprecated" : false, "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Outputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Outputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #member(Output)}.\n@param member a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Output)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Output", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Output", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "setterMethodName" : "setOutputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@return Name of your Amazon Kinesis Analytics application (for example, sample-app).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app).", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of your Amazon Kinesis Analytics application (for example, sample-app).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationDescription", "beanStyleSetterMethodName" : "setApplicationDescription", "c2jName" : "ApplicationDescription", "c2jShape" : "ApplicationDescription", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)", "deprecated" : false, "documentation" : "

Summary description of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDescription", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDescription", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationDescription", "setterDocumentation" : "

Summary description of the application.

\n@param applicationDescription Summary description of the application.", "setterMethodName" : "setApplicationDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationDescription", "variableType" : "String", "documentation" : "

Summary description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "Inputs", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputs(List)}.\n@param inputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputs(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Input", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #member(Input)}.\n@param member a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Input)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Input", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "simple" : false, "variable" : { "variableDeclarationType" : "Input", "variableName" : "member", "variableType" : "Input", "documentation" : "", "simpleType" : "Input", "variableSetterType" : "Input" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Input", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Input", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

\n@param inputs Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.", "setterMethodName" : "setInputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputs", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure the application input.

You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).

For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.

To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "Outputs", "defaultConsumerFluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputs(List)}.\n@param outputs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputs(List)", "deprecated" : false, "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Outputs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Outputs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Output", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #member(Output)}.\n@param member a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Output)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Output", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "simple" : false, "variable" : { "variableDeclarationType" : "Output", "variableName" : "member", "variableType" : "Output", "documentation" : "", "simpleType" : "Output", "variableSetterType" : "Output" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Output", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Output", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.", "setterMethodName" : "setOutputs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputs", "variableType" : "java.util.List", "documentation" : "

You can configure application output to write data from any of the in-application streams to up to five destinations.

These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.

In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.

In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptions", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptions", "c2jName" : "CloudWatchLoggingOptions", "c2jShape" : "CloudWatchLoggingOptions", "defaultConsumerFluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptions(List)}.\n@param cloudWatchLoggingOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptions(List)", "deprecated" : false, "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptions", "fluentSetterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptions", "getterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CloudWatchLoggingOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOption)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOption)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CloudWatchLoggingOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : null, "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "simple" : false, "variable" : { "variableDeclarationType" : "CloudWatchLoggingOption", "variableName" : "member", "variableType" : "CloudWatchLoggingOption", "documentation" : "", "simpleType" : "CloudWatchLoggingOption", "variableSetterType" : "CloudWatchLoggingOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CloudWatchLoggingOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CloudWatchLoggingOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CloudWatchLoggingOptions", "setterDocumentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

\n@param cloudWatchLoggingOptions Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.", "setterMethodName" : "setCloudWatchLoggingOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cloudWatchLoggingOptions", "variableType" : "java.util.List", "documentation" : "

Use this parameter to configure a CloudWatch log stream to monitor application configuration errors. For more information, see Working with Amazon CloudWatch Logs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationCode", "beanStyleSetterMethodName" : "setApplicationCode", "c2jName" : "ApplicationCode", "c2jShape" : "ApplicationCode", "defaultConsumerFluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)", "deprecated" : false, "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationCode", "fluentSetterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationCode", "getterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@return One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationCode", "setterDocumentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.", "setterMethodName" : "setApplicationCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationCode", "variableType" : "String", "documentation" : "

One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see Application Code.

You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.

Note that the application code must create the streams with names specified in the Outputs. For example, if your Outputs defines output streams named ExampleOutputStream1 and ExampleOutputStream2, then your application code must create these streams.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName" ], "shapeName" : "CreateApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateApplicationRequest", "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "documentation" : null, "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "wrapper" : false }, "CreateApplicationResponse" : { "c2jName" : "CreateApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

TBD

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getApplicationSummary", "beanStyleSetterMethodName" : "setApplicationSummary", "c2jName" : "ApplicationSummary", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #applicationSummary(ApplicationSummary)}.\n@param applicationSummary a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummary(ApplicationSummary)", "deprecated" : false, "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummary", "fluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummary", "getterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@return In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationSummary", "setterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "setterMethodName" : "setApplicationSummary", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationSummary" : { "beanStyleGetterMethodName" : "getApplicationSummary", "beanStyleSetterMethodName" : "setApplicationSummary", "c2jName" : "ApplicationSummary", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #applicationSummary(ApplicationSummary)}.\n@param applicationSummary a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummary(ApplicationSummary)", "deprecated" : false, "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummary", "fluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummary", "getterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@return In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationSummary", "setterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "setterMethodName" : "setApplicationSummary", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationSummary", "beanStyleSetterMethodName" : "setApplicationSummary", "c2jName" : "ApplicationSummary", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #applicationSummary(ApplicationSummary)}.\n@param applicationSummary a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummary(ApplicationSummary)", "deprecated" : false, "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummary", "fluentSetterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummary", "getterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@return In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationSummary", "setterDocumentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

\n@param applicationSummary In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.", "setterMethodName" : "setApplicationSummary", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "applicationSummary", "variableType" : "ApplicationSummary", "documentation" : "

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.

", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationSummary" ], "shapeName" : "CreateApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateApplicationResponse", "variableName" : "createApplicationResponse", "variableType" : "CreateApplicationResponse", "documentation" : null, "simpleType" : "CreateApplicationResponse", "variableSetterType" : "CreateApplicationResponse" }, "wrapper" : false }, "DeleteApplicationCloudWatchLoggingOptionRequest" : { "c2jName" : "DeleteApplicationCloudWatchLoggingOptionRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteApplicationCloudWatchLoggingOption", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DeleteApplicationCloudWatchLoggingOption", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@return The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CloudWatchLoggingOptionId" : { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@return The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCloudWatchLoggingOptionId", "beanStyleSetterMethodName" : "setCloudWatchLoggingOptionId", "c2jName" : "CloudWatchLoggingOptionId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionId(String)}.\n@param cloudWatchLoggingOptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionId(String)", "deprecated" : false, "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchLoggingOptionId", "fluentSetterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchLoggingOptionId", "getterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@return The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchLoggingOptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchLoggingOptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CloudWatchLoggingOptionId", "setterDocumentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

\n@param cloudWatchLoggingOptionId The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.", "setterMethodName" : "setCloudWatchLoggingOptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchLoggingOptionId", "variableType" : "String", "documentation" : "

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "CloudWatchLoggingOptionId" ], "shapeName" : "DeleteApplicationCloudWatchLoggingOptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "variableName" : "deleteApplicationCloudWatchLoggingOptionRequest", "variableType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "documentation" : null, "simpleType" : "DeleteApplicationCloudWatchLoggingOptionRequest", "variableSetterType" : "DeleteApplicationCloudWatchLoggingOptionRequest" }, "wrapper" : false }, "DeleteApplicationCloudWatchLoggingOptionResponse" : { "c2jName" : "DeleteApplicationCloudWatchLoggingOptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationCloudWatchLoggingOptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationCloudWatchLoggingOptionResponse", "variableName" : "deleteApplicationCloudWatchLoggingOptionResponse", "variableType" : "DeleteApplicationCloudWatchLoggingOptionResponse", "documentation" : null, "simpleType" : "DeleteApplicationCloudWatchLoggingOptionResponse", "variableSetterType" : "DeleteApplicationCloudWatchLoggingOptionResponse" }, "wrapper" : false }, "DeleteApplicationInputProcessingConfigurationRequest" : { "c2jName" : "DeleteApplicationInputProcessingConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteApplicationInputProcessingConfiguration", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DeleteApplicationInputProcessingConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "InputId" : { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

The Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

The Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

The Kinesis Analytics application name.

\n@return The Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

The Kinesis Analytics application name.

\n@param applicationName The Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

The Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

The version ID of the Kinesis Analytics application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@return The version ID of the Kinesis Analytics application.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

The version ID of the Kinesis Analytics application.

\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

The version ID of the Kinesis Analytics application.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@return The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

\n@param inputId The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

The ID of the input configuration from which to delete the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "InputId" ], "shapeName" : "DeleteApplicationInputProcessingConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationInputProcessingConfigurationRequest", "variableName" : "deleteApplicationInputProcessingConfigurationRequest", "variableType" : "DeleteApplicationInputProcessingConfigurationRequest", "documentation" : null, "simpleType" : "DeleteApplicationInputProcessingConfigurationRequest", "variableSetterType" : "DeleteApplicationInputProcessingConfigurationRequest" }, "wrapper" : false }, "DeleteApplicationInputProcessingConfigurationResponse" : { "c2jName" : "DeleteApplicationInputProcessingConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationInputProcessingConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationInputProcessingConfigurationResponse", "variableName" : "deleteApplicationInputProcessingConfigurationResponse", "variableType" : "DeleteApplicationInputProcessingConfigurationResponse", "documentation" : null, "simpleType" : "DeleteApplicationInputProcessingConfigurationResponse", "variableSetterType" : "DeleteApplicationInputProcessingConfigurationResponse" }, "wrapper" : false }, "DeleteApplicationOutputRequest" : { "c2jName" : "DeleteApplicationOutputRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteApplicationOutput", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DeleteApplicationOutput", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@return Amazon Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Amazon Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@return Amazon Kinesis Analytics application version. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@return The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@return Amazon Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Amazon Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@return Amazon Kinesis Analytics application version. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "OutputId" : { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@return The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application name.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@return Amazon Kinesis Analytics application name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Amazon Kinesis Analytics application name.

\n@param applicationName Amazon Kinesis Analytics application name.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Amazon Kinesis Analytics application name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@return Amazon Kinesis Analytics application version. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Amazon Kinesis Analytics application version. 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.

\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Amazon Kinesis Analytics application version. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@return The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "OutputId" ], "shapeName" : "DeleteApplicationOutputRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationOutputRequest", "variableName" : "deleteApplicationOutputRequest", "variableType" : "DeleteApplicationOutputRequest", "documentation" : null, "simpleType" : "DeleteApplicationOutputRequest", "variableSetterType" : "DeleteApplicationOutputRequest" }, "wrapper" : false }, "DeleteApplicationOutputResponse" : { "c2jName" : "DeleteApplicationOutputResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationOutputResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationOutputResponse", "variableName" : "deleteApplicationOutputResponse", "variableType" : "DeleteApplicationOutputResponse", "documentation" : null, "simpleType" : "DeleteApplicationOutputResponse", "variableSetterType" : "DeleteApplicationOutputResponse" }, "wrapper" : false }, "DeleteApplicationReferenceDataSourceRequest" : { "c2jName" : "DeleteApplicationReferenceDataSourceRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteApplicationReferenceDataSource", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DeleteApplicationReferenceDataSource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application. 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.

\n@return Version of the application. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@return ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application. 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.

\n@return Version of the application. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ReferenceId" : { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@return ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of an existing application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of an existing application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of an existing application.

\n@return Name of an existing application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of an existing application.

\n@param applicationName Name of an existing application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of an existing application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

Version of the application. 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.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

Version of the application. 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.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

Version of the application. 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.

\n@return Version of the application. 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.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

Version of the application. 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.

\n@param currentApplicationVersionId Version of the application. 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.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

Version of the application. 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.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@return ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "ReferenceId" ], "shapeName" : "DeleteApplicationReferenceDataSourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationReferenceDataSourceRequest", "variableName" : "deleteApplicationReferenceDataSourceRequest", "variableType" : "DeleteApplicationReferenceDataSourceRequest", "documentation" : null, "simpleType" : "DeleteApplicationReferenceDataSourceRequest", "variableSetterType" : "DeleteApplicationReferenceDataSourceRequest" }, "wrapper" : false }, "DeleteApplicationReferenceDataSourceResponse" : { "c2jName" : "DeleteApplicationReferenceDataSourceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationReferenceDataSourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationReferenceDataSourceResponse", "variableName" : "deleteApplicationReferenceDataSourceResponse", "variableType" : "DeleteApplicationReferenceDataSourceResponse", "documentation" : null, "simpleType" : "DeleteApplicationReferenceDataSourceResponse", "variableSetterType" : "DeleteApplicationReferenceDataSourceResponse" }, "wrapper" : false }, "DeleteApplicationRequest" : { "c2jName" : "DeleteApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DeleteApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@return Name of the Amazon Kinesis Analytics application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

You can use the DescribeApplication operation to get this value.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@return You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

You can use the DescribeApplication operation to get this value.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@return Name of the Amazon Kinesis Analytics application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreateTimestamp" : { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

You can use the DescribeApplication operation to get this value.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@return You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

You can use the DescribeApplication operation to get this value.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@return Name of the Amazon Kinesis Analytics application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the Amazon Kinesis Analytics application to delete.

\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the Amazon Kinesis Analytics application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreateTimestamp", "beanStyleSetterMethodName" : "setCreateTimestamp", "c2jName" : "CreateTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)", "deprecated" : false, "documentation" : "

You can use the DescribeApplication operation to get this value.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "createTimestamp", "fluentSetterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTimestamp", "getterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@return You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CreateTimestamp", "setterDocumentation" : "

You can use the DescribeApplication operation to get this value.

\n@param createTimestamp You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCreateTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createTimestamp", "variableType" : "java.time.Instant", "documentation" : "

You can use the DescribeApplication operation to get this value.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CreateTimestamp" ], "shapeName" : "DeleteApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationRequest", "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "documentation" : null, "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "wrapper" : false }, "DeleteApplicationResponse" : { "c2jName" : "DeleteApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationResponse", "variableName" : "deleteApplicationResponse", "variableType" : "DeleteApplicationResponse", "documentation" : null, "simpleType" : "DeleteApplicationResponse", "variableSetterType" : "DeleteApplicationResponse" }, "wrapper" : false }, "DescribeApplicationRequest" : { "c2jName" : "DescribeApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DescribeApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

Name of the application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

Name of the application.

\n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName" ], "shapeName" : "DescribeApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeApplicationRequest", "variableName" : "describeApplicationRequest", "variableType" : "DescribeApplicationRequest", "documentation" : null, "simpleType" : "DescribeApplicationRequest", "variableSetterType" : "DescribeApplicationRequest" }, "wrapper" : false }, "DescribeApplicationResponse" : { "c2jName" : "DescribeApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getApplicationDetail", "beanStyleSetterMethodName" : "setApplicationDetail", "c2jName" : "ApplicationDetail", "c2jShape" : "ApplicationDetail", "defaultConsumerFluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\nThis is a convenience that creates an instance of the {@link ApplicationDetail.Builder} avoiding the need to create one manually via {@link ApplicationDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationDetail.Builder#build()} is called immediately and its result is passed to {@link #applicationDetail(ApplicationDetail)}.\n@param applicationDetail a consumer that will call methods on {@link ApplicationDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDetail(ApplicationDetail)", "deprecated" : false, "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDetail", "fluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDetail", "getterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@return Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "getterModel" : { "returnType" : "ApplicationDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDetail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationDetail", "setterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "setterMethodName" : "setApplicationDetail", "setterModel" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : null, "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationDetail" : { "beanStyleGetterMethodName" : "getApplicationDetail", "beanStyleSetterMethodName" : "setApplicationDetail", "c2jName" : "ApplicationDetail", "c2jShape" : "ApplicationDetail", "defaultConsumerFluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\nThis is a convenience that creates an instance of the {@link ApplicationDetail.Builder} avoiding the need to create one manually via {@link ApplicationDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationDetail.Builder#build()} is called immediately and its result is passed to {@link #applicationDetail(ApplicationDetail)}.\n@param applicationDetail a consumer that will call methods on {@link ApplicationDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDetail(ApplicationDetail)", "deprecated" : false, "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDetail", "fluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDetail", "getterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@return Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "getterModel" : { "returnType" : "ApplicationDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDetail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationDetail", "setterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "setterMethodName" : "setApplicationDetail", "setterModel" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : null, "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationDetail", "beanStyleSetterMethodName" : "setApplicationDetail", "c2jName" : "ApplicationDetail", "c2jShape" : "ApplicationDetail", "defaultConsumerFluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\nThis is a convenience that creates an instance of the {@link ApplicationDetail.Builder} avoiding the need to create one manually via {@link ApplicationDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationDetail.Builder#build()} is called immediately and its result is passed to {@link #applicationDetail(ApplicationDetail)}.\n@param applicationDetail a consumer that will call methods on {@link ApplicationDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDetail(ApplicationDetail)", "deprecated" : false, "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationDetail", "fluentSetterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationDetail", "getterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@return Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "getterModel" : { "returnType" : "ApplicationDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationDetail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationDetail", "setterDocumentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.", "setterMethodName" : "setApplicationDetail", "setterModel" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : null, "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationDetail", "variableName" : "applicationDetail", "variableType" : "ApplicationDetail", "documentation" : "

Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.

", "simpleType" : "ApplicationDetail", "variableSetterType" : "ApplicationDetail" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationDetail" ], "shapeName" : "DescribeApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeApplicationResponse", "variableName" : "describeApplicationResponse", "variableType" : "DescribeApplicationResponse", "documentation" : null, "simpleType" : "DescribeApplicationResponse", "variableSetterType" : "DescribeApplicationResponse" }, "wrapper" : false }, "DestinationSchema" : { "c2jName" : "DestinationSchema", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the output stream.

", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

Specifies the format of the records on the output stream.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

\n@return Specifies the format of the records on the output stream.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

Specifies the format of the records on the output stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecordFormatType" : { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the output stream.

", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

Specifies the format of the records on the output stream.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

\n@return Specifies the format of the records on the output stream.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

Specifies the format of the records on the output stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the output stream.

", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

Specifies the format of the records on the output stream.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

\n@return Specifies the format of the records on the output stream.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

Specifies the format of the records on the output stream.

\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

Specifies the format of the records on the output stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DestinationSchema", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "wrapper" : false }, "DiscoverInputSchemaRequest" : { "c2jName" : "DiscoverInputSchemaRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DiscoverInputSchema", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.DiscoverInputSchema", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@return Amazon Resource Name (ARN) of the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@return Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Configuration", "beanStyleSetterMethodName" : "setS3Configuration", "c2jName" : "S3Configuration", "c2jShape" : "S3Configuration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\nThis is a convenience that creates an instance of the {@link S3Configuration.Builder} avoiding the need to create one manually via {@link S3Configuration#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Configuration.Builder#build()} is called immediately and its result is passed to {@link #s3Configuration(S3Configuration)}.\n@param s3Configuration a consumer that will call methods on {@link S3Configuration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Configuration(S3Configuration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Configuration", "fluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Configuration", "getterDocumentation" : "Returns the value of the S3Configuration property for this object.\n@return The value of the S3Configuration property for this object.", "getterModel" : { "returnType" : "S3Configuration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Configuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Configuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Configuration", "setterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.", "setterMethodName" : "setS3Configuration", "setterModel" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : null, "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : "", "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@return The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputProcessingConfiguration" : { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@return The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null }, "InputStartingPositionConfiguration" : { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@return Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null }, "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@return Amazon Resource Name (ARN) of the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3Configuration" : { "beanStyleGetterMethodName" : "getS3Configuration", "beanStyleSetterMethodName" : "setS3Configuration", "c2jName" : "S3Configuration", "c2jShape" : "S3Configuration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\nThis is a convenience that creates an instance of the {@link S3Configuration.Builder} avoiding the need to create one manually via {@link S3Configuration#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Configuration.Builder#build()} is called immediately and its result is passed to {@link #s3Configuration(S3Configuration)}.\n@param s3Configuration a consumer that will call methods on {@link S3Configuration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Configuration(S3Configuration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Configuration", "fluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Configuration", "getterDocumentation" : "Returns the value of the S3Configuration property for this object.\n@return The value of the S3Configuration property for this object.", "getterModel" : { "returnType" : "S3Configuration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Configuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Configuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Configuration", "setterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.", "setterMethodName" : "setS3Configuration", "setterModel" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : null, "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : "", "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@return Amazon Resource Name (ARN) of the streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

Amazon Resource Name (ARN) of the streaming source.

\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the streaming source.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@return Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Configuration", "beanStyleSetterMethodName" : "setS3Configuration", "c2jName" : "S3Configuration", "c2jShape" : "S3Configuration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\nThis is a convenience that creates an instance of the {@link S3Configuration.Builder} avoiding the need to create one manually via {@link S3Configuration#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Configuration.Builder#build()} is called immediately and its result is passed to {@link #s3Configuration(S3Configuration)}.\n@param s3Configuration a consumer that will call methods on {@link S3Configuration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Configuration(S3Configuration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Configuration", "fluentSetterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Configuration", "getterDocumentation" : "Returns the value of the S3Configuration property for this object.\n@return The value of the S3Configuration property for this object.", "getterModel" : { "returnType" : "S3Configuration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Configuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Configuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Configuration", "setterDocumentation" : "Sets the value of the S3Configuration property for this object.\n\n@param s3Configuration The new value for the S3Configuration property for this object.", "setterMethodName" : "setS3Configuration", "setterModel" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : null, "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : "", "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@return The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

\n@param inputProcessingConfiguration The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DiscoverInputSchemaRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DiscoverInputSchemaRequest", "variableName" : "discoverInputSchemaRequest", "variableType" : "DiscoverInputSchemaRequest", "documentation" : null, "simpleType" : "DiscoverInputSchemaRequest", "variableSetterType" : "DiscoverInputSchemaRequest" }, "wrapper" : false }, "DiscoverInputSchemaResponse" : { "c2jName" : "DiscoverInputSchemaResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@return Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParsedInputRecords", "beanStyleSetterMethodName" : "setParsedInputRecords", "c2jName" : "ParsedInputRecords", "c2jShape" : "ParsedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #parsedInputRecords(List>)}.\n@param parsedInputRecords a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parsedInputRecords(List>)", "deprecated" : false, "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "parsedInputRecords", "fluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parsedInputRecords", "getterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParsedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParsedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecordField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ParsedInputRecords", "setterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "setterMethodName" : "setParsedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "

Raw stream data that was sampled to infer the schema.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Raw stream data that was sampled to infer the schema.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "

Raw stream data that was sampled to infer the schema.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputSchema" : { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@return Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "ParsedInputRecords" : { "beanStyleGetterMethodName" : "getParsedInputRecords", "beanStyleSetterMethodName" : "setParsedInputRecords", "c2jName" : "ParsedInputRecords", "c2jShape" : "ParsedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #parsedInputRecords(List>)}.\n@param parsedInputRecords a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parsedInputRecords(List>)", "deprecated" : false, "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "parsedInputRecords", "fluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parsedInputRecords", "getterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParsedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParsedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecordField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ParsedInputRecords", "setterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "setterMethodName" : "setParsedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "ProcessedInputRecords" : { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RawInputRecords" : { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "

Raw stream data that was sampled to infer the schema.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Raw stream data that was sampled to infer the schema.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "

Raw stream data that was sampled to infer the schema.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@return Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParsedInputRecords", "beanStyleSetterMethodName" : "setParsedInputRecords", "c2jName" : "ParsedInputRecords", "c2jShape" : "ParsedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #parsedInputRecords(List>)}.\n@param parsedInputRecords a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parsedInputRecords(List>)", "deprecated" : false, "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "parsedInputRecords", "fluentSetterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parsedInputRecords", "getterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParsedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParsedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ParsedInputRecordField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ParsedInputRecords", "setterDocumentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).", "setterMethodName" : "setParsedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "parsedInputRecords", "variableType" : "java.util.List>", "documentation" : "

An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

\n@param processedInputRecords Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "

Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "

Raw stream data that was sampled to infer the schema.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Raw stream data that was sampled to infer the schema.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "

Raw stream data that was sampled to infer the schema.

\n@param rawInputRecords Raw stream data that was sampled to infer the schema.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "

Raw stream data that was sampled to infer the schema.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DiscoverInputSchemaResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DiscoverInputSchemaResponse", "variableName" : "discoverInputSchemaResponse", "variableType" : "DiscoverInputSchemaResponse", "documentation" : null, "simpleType" : "DiscoverInputSchemaResponse", "variableSetterType" : "DiscoverInputSchemaResponse" }, "wrapper" : false }, "Input" : { "c2jName" : "Input", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see Configuring Application Input.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@return Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@return The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInput", "beanStyleSetterMethodName" : "setKinesisStreamsInput", "c2jName" : "KinesisStreamsInput", "c2jShape" : "KinesisStreamsInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInput.Builder} avoiding the need to create one manually via {@link KinesisStreamsInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInput(KinesisStreamsInput)}.\n@param kinesisStreamsInput a consumer that will call methods on {@link KinesisStreamsInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInput(KinesisStreamsInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisStreamsInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisStreamsInput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : null, "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInput", "beanStyleSetterMethodName" : "setKinesisFirehoseInput", "c2jName" : "KinesisFirehoseInput", "c2jShape" : "KinesisFirehoseInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInput(KinesisFirehoseInput)}.\n@param kinesisFirehoseInput a consumer that will call methods on {@link KinesisFirehoseInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInput(KinesisFirehoseInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisFirehoseInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisFirehoseInput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : null, "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@return Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputParallelism" : { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@return Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, "InputProcessingConfiguration" : { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@return The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null }, "InputSchema" : { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseInput" : { "beanStyleGetterMethodName" : "getKinesisFirehoseInput", "beanStyleSetterMethodName" : "setKinesisFirehoseInput", "c2jName" : "KinesisFirehoseInput", "c2jShape" : "KinesisFirehoseInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInput(KinesisFirehoseInput)}.\n@param kinesisFirehoseInput a consumer that will call methods on {@link KinesisFirehoseInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInput(KinesisFirehoseInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisFirehoseInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisFirehoseInput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : null, "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "xmlNameSpaceUri" : null }, "KinesisStreamsInput" : { "beanStyleGetterMethodName" : "getKinesisStreamsInput", "beanStyleSetterMethodName" : "setKinesisStreamsInput", "c2jName" : "KinesisStreamsInput", "c2jShape" : "KinesisStreamsInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInput.Builder} avoiding the need to create one manually via {@link KinesisStreamsInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInput(KinesisStreamsInput)}.\n@param kinesisStreamsInput a consumer that will call methods on {@link KinesisStreamsInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInput(KinesisStreamsInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisStreamsInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisStreamsInput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : null, "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "xmlNameSpaceUri" : null }, "NamePrefix" : { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@return Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@return Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the InputParallelism count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfiguration", "beanStyleSetterMethodName" : "setInputProcessingConfiguration", "c2jName" : "InputProcessingConfiguration", "c2jShape" : "InputProcessingConfiguration", "defaultConsumerFluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)", "deprecated" : false, "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfiguration", "fluentSetterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfiguration", "getterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@return The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "getterModel" : { "returnType" : "InputProcessingConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfiguration", "setterDocumentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

\n@param inputProcessingConfiguration The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.", "setterMethodName" : "setInputProcessingConfiguration", "setterModel" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : "

The InputProcessingConfiguration for the Input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

", "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInput", "beanStyleSetterMethodName" : "setKinesisStreamsInput", "c2jName" : "KinesisStreamsInput", "c2jShape" : "KinesisStreamsInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInput.Builder} avoiding the need to create one manually via {@link KinesisStreamsInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInput(KinesisStreamsInput)}.\n@param kinesisStreamsInput a consumer that will call methods on {@link KinesisStreamsInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInput(KinesisStreamsInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisStreamsInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisStreamsInput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : null, "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : "

If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInput", "beanStyleSetterMethodName" : "setKinesisFirehoseInput", "c2jName" : "KinesisFirehoseInput", "c2jShape" : "KinesisFirehoseInput", "defaultConsumerFluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInput(KinesisFirehoseInput)}.\n@param kinesisFirehoseInput a consumer that will call methods on {@link KinesisFirehoseInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInput(KinesisFirehoseInput)", "deprecated" : false, "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInput", "fluentSetterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInput", "getterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@return If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "getterModel" : { "returnType" : "KinesisFirehoseInput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInput", "setterDocumentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.", "setterMethodName" : "setKinesisFirehoseInput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : null, "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : "

If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Note: Either KinesisStreamsInput or KinesisFirehoseInput is required.

", "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@return Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

\n@param inputParallelism Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the number of in-application streams to create.

Data from your source will be routed to these in-application input streams.

(see Configuring Application Input.

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

Also used to describe the format of the reference data source.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "NamePrefix", "InputSchema" ], "shapeName" : "Input", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Input", "variableName" : "input", "variableType" : "Input", "documentation" : null, "simpleType" : "Input", "variableSetterType" : "Input" }, "wrapper" : false }, "InputConfiguration" : { "c2jName" : "InputConfiguration", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@return Input source ID. You can get this ID by calling the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@return Point at which you want the application to start processing records from the streaming source.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@return Input source ID. You can get this ID by calling the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputStartingPositionConfiguration" : { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@return Point at which you want the application to start processing records from the streaming source.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@return Input source ID. You can get this ID by calling the DescribeApplication operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Input source ID. You can get this ID by calling the DescribeApplication operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@return Point at which you want the application to start processing records from the streaming source.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which you want the application to start processing records from the streaming source.

\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which you want the application to start processing records from the streaming source.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "InputStartingPositionConfiguration" ], "shapeName" : "InputConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "inputConfiguration", "variableType" : "InputConfiguration", "documentation" : null, "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "wrapper" : false }, "InputDescription" : { "c2jName" : "InputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the application input configuration. For more information, see Configuring Application Input.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@return Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

In-application name prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

In-application name prefix.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

In-application name prefix.

\n@return In-application name prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

In-application name prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInAppStreamNames", "beanStyleSetterMethodName" : "setInAppStreamNames", "c2jName" : "InAppStreamNames", "c2jShape" : "InAppStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inAppStreamNames(List)}.\n@param inAppStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inAppStreamNames(List)", "deprecated" : false, "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inAppStreamNames", "fluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inAppStreamNames", "getterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the in-application stream names that are mapped to the stream source.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InAppStreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InAppStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InAppStreamNames", "setterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.", "setterMethodName" : "setInAppStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfigurationDescription", "beanStyleSetterMethodName" : "setInputProcessingConfigurationDescription", "c2jName" : "InputProcessingConfigurationDescription", "c2jShape" : "InputProcessingConfigurationDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationDescription.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationDescription.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)}.\n@param inputProcessingConfigurationDescription a consumer that will call methods on {@link InputProcessingConfigurationDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)", "deprecated" : false, "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationDescription", "fluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationDescription", "getterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@return The description of the preprocessor that executes on records in this input before the application's code is run.", "getterModel" : { "returnType" : "InputProcessingConfigurationDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationDescription", "setterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.", "setterMethodName" : "setInputProcessingConfigurationDescription", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : null, "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsInputDescription", "c2jName" : "KinesisStreamsInputDescription", "c2jShape" : "KinesisStreamsInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputDescription(KinesisStreamsInputDescription)}.\n@param kinesisStreamsInputDescription a consumer that will call methods on {@link KinesisStreamsInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputDescription(KinesisStreamsInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputDescription", "getterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisStreamsInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputDescription", "setterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisStreamsInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : null, "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseInputDescription", "c2jName" : "KinesisFirehoseInputDescription", "c2jShape" : "KinesisFirehoseInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)}.\n@param kinesisFirehoseInputDescription a consumer that will call methods on {@link KinesisFirehoseInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputDescription", "getterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisFirehoseInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputDescription", "setterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisFirehoseInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@return Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which the application is configured to read from the input stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@return Point at which the application is configured to read from the input stream.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which the application is configured to read from the input stream.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InAppStreamNames" : { "beanStyleGetterMethodName" : "getInAppStreamNames", "beanStyleSetterMethodName" : "setInAppStreamNames", "c2jName" : "InAppStreamNames", "c2jShape" : "InAppStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inAppStreamNames(List)}.\n@param inAppStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inAppStreamNames(List)", "deprecated" : false, "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inAppStreamNames", "fluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inAppStreamNames", "getterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the in-application stream names that are mapped to the stream source.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InAppStreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InAppStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InAppStreamNames", "setterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.", "setterMethodName" : "setInAppStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "InputId" : { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@return Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputParallelism" : { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@return Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, "InputProcessingConfigurationDescription" : { "beanStyleGetterMethodName" : "getInputProcessingConfigurationDescription", "beanStyleSetterMethodName" : "setInputProcessingConfigurationDescription", "c2jName" : "InputProcessingConfigurationDescription", "c2jShape" : "InputProcessingConfigurationDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationDescription.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationDescription.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)}.\n@param inputProcessingConfigurationDescription a consumer that will call methods on {@link InputProcessingConfigurationDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)", "deprecated" : false, "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationDescription", "fluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationDescription", "getterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@return The description of the preprocessor that executes on records in this input before the application's code is run.", "getterModel" : { "returnType" : "InputProcessingConfigurationDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationDescription", "setterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.", "setterMethodName" : "setInputProcessingConfigurationDescription", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : null, "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "xmlNameSpaceUri" : null }, "InputSchema" : { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "InputStartingPositionConfiguration" : { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which the application is configured to read from the input stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@return Point at which the application is configured to read from the input stream.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which the application is configured to read from the input stream.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseInputDescription" : { "beanStyleGetterMethodName" : "getKinesisFirehoseInputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseInputDescription", "c2jName" : "KinesisFirehoseInputDescription", "c2jShape" : "KinesisFirehoseInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)}.\n@param kinesisFirehoseInputDescription a consumer that will call methods on {@link KinesisFirehoseInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputDescription", "getterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisFirehoseInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputDescription", "setterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisFirehoseInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "xmlNameSpaceUri" : null }, "KinesisStreamsInputDescription" : { "beanStyleGetterMethodName" : "getKinesisStreamsInputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsInputDescription", "c2jName" : "KinesisStreamsInputDescription", "c2jShape" : "KinesisStreamsInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputDescription(KinesisStreamsInputDescription)}.\n@param kinesisStreamsInputDescription a consumer that will call methods on {@link KinesisStreamsInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputDescription(KinesisStreamsInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputDescription", "getterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisStreamsInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputDescription", "setterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisStreamsInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : null, "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "xmlNameSpaceUri" : null }, "NamePrefix" : { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

In-application name prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

In-application name prefix.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

In-application name prefix.

\n@return In-application name prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

In-application name prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@return Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamePrefix", "beanStyleSetterMethodName" : "setNamePrefix", "c2jName" : "NamePrefix", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

In-application name prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefix(String)}.\n@param namePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefix(String)", "deprecated" : false, "documentation" : "

In-application name prefix.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefix", "fluentSetterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefix", "getterDocumentation" : "

In-application name prefix.

\n@return In-application name prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefix", "setterDocumentation" : "

In-application name prefix.

\n@param namePrefix In-application name prefix.", "setterMethodName" : "setNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefix", "variableType" : "String", "documentation" : "

In-application name prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInAppStreamNames", "beanStyleSetterMethodName" : "setInAppStreamNames", "c2jName" : "InAppStreamNames", "c2jShape" : "InAppStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inAppStreamNames(List)}.\n@param inAppStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inAppStreamNames(List)", "deprecated" : false, "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inAppStreamNames", "fluentSetterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inAppStreamNames", "getterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Returns the in-application stream names that are mapped to the stream source.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InAppStreamNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InAppStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InAppStreamNames", "setterDocumentation" : "

Returns the in-application stream names that are mapped to the stream source.

\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.", "setterMethodName" : "setInAppStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inAppStreamNames", "variableType" : "java.util.List", "documentation" : "

Returns the in-application stream names that are mapped to the stream source.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfigurationDescription", "beanStyleSetterMethodName" : "setInputProcessingConfigurationDescription", "c2jName" : "InputProcessingConfigurationDescription", "c2jShape" : "InputProcessingConfigurationDescription", "defaultConsumerFluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationDescription.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationDescription.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)}.\n@param inputProcessingConfigurationDescription a consumer that will call methods on {@link InputProcessingConfigurationDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)", "deprecated" : false, "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationDescription", "fluentSetterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationDescription", "getterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@return The description of the preprocessor that executes on records in this input before the application's code is run.", "getterModel" : { "returnType" : "InputProcessingConfigurationDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationDescription", "setterDocumentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

\n@param inputProcessingConfigurationDescription The description of the preprocessor that executes on records in this input before the application's code is run.", "setterMethodName" : "setInputProcessingConfigurationDescription", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : null, "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : "

The description of the preprocessor that executes on records in this input before the application's code is run.

", "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsInputDescription", "c2jName" : "KinesisStreamsInputDescription", "c2jShape" : "KinesisStreamsInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisStreamsInputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputDescription(KinesisStreamsInputDescription)}.\n@param kinesisStreamsInputDescription a consumer that will call methods on {@link KinesisStreamsInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputDescription(KinesisStreamsInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputDescription", "getterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisStreamsInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputDescription", "setterDocumentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisStreamsInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : null, "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : "

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseInputDescription", "c2jName" : "KinesisFirehoseInputDescription", "c2jShape" : "KinesisFirehoseInputDescription", "defaultConsumerFluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)}.\n@param kinesisFirehoseInputDescription a consumer that will call methods on {@link KinesisFirehoseInputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)", "deprecated" : false, "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputDescription", "fluentSetterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputDescription", "getterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@return If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "getterModel" : { "returnType" : "KinesisFirehoseInputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputDescription", "setterDocumentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.", "setterMethodName" : "setKinesisFirehoseInputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : "

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

", "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchema", "beanStyleSetterMethodName" : "setInputSchema", "c2jName" : "InputSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #inputSchema(SourceSchema)}.\n@param inputSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchema(SourceSchema)", "deprecated" : false, "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchema", "fluentSetterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchema", "getterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchema", "setterDocumentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.", "setterMethodName" : "setInputSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "inputSchema", "variableType" : "SourceSchema", "documentation" : "

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.

", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelism", "beanStyleSetterMethodName" : "setInputParallelism", "c2jName" : "InputParallelism", "c2jShape" : "InputParallelism", "defaultConsumerFluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\nThis is a convenience that creates an instance of the {@link InputParallelism.Builder} avoiding the need to create one manually via {@link InputParallelism#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelism.Builder#build()} is called immediately and its result is passed to {@link #inputParallelism(InputParallelism)}.\n@param inputParallelism a consumer that will call methods on {@link InputParallelism.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelism(InputParallelism)", "deprecated" : false, "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelism", "fluentSetterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelism", "getterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@return Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "getterModel" : { "returnType" : "InputParallelism", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelism", "setterDocumentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).", "setterMethodName" : "setInputParallelism", "setterModel" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : "

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

", "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputStartingPositionConfiguration", "beanStyleSetterMethodName" : "setInputStartingPositionConfiguration", "c2jName" : "InputStartingPositionConfiguration", "c2jShape" : "InputStartingPositionConfiguration", "defaultConsumerFluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\nThis is a convenience that creates an instance of the {@link InputStartingPositionConfiguration.Builder} avoiding the need to create one manually via {@link InputStartingPositionConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputStartingPositionConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionConfiguration(InputStartingPositionConfiguration)}.\n@param inputStartingPositionConfiguration a consumer that will call methods on {@link InputStartingPositionConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPositionConfiguration(InputStartingPositionConfiguration)", "deprecated" : false, "documentation" : "

Point at which the application is configured to read from the input stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputStartingPositionConfiguration", "fluentSetterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputStartingPositionConfiguration", "getterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@return Point at which the application is configured to read from the input stream.", "getterModel" : { "returnType" : "InputStartingPositionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPositionConfiguration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPositionConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputStartingPositionConfiguration", "setterDocumentation" : "

Point at which the application is configured to read from the input stream.

\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.", "setterMethodName" : "setInputStartingPositionConfiguration", "setterModel" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : "

Point at which the application is configured to read from the input stream.

", "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputDescription", "variableName" : "inputDescription", "variableType" : "InputDescription", "documentation" : null, "simpleType" : "InputDescription", "variableSetterType" : "InputDescription" }, "wrapper" : false }, "InputLambdaProcessor" : { "c2jName" : "InputLambdaProcessor", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains the ARN of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role used to access the AWS Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@return The ARN of the AWS Lambda function that operates on records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@return The ARN of the AWS Lambda function that operates on records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@return The ARN of the AWS Lambda function that operates on records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that operates on records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that operates on records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "RoleARN" ], "shapeName" : "InputLambdaProcessor", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : null, "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "wrapper" : false }, "InputLambdaProcessorDescription" : { "c2jName" : "InputLambdaProcessorDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An object that contains the ARN of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role used to access the AWS Lambda expression.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARN The ARN of the AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@return The ARN of the IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

\n@param roleARN The ARN of the IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

The ARN of the IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputLambdaProcessorDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : null, "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "wrapper" : false }, "InputLambdaProcessorUpdate" : { "c2jName" : "InputLambdaProcessorUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@return The ARN of the new IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARNUpdate" : { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@return The ARN of the new IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@return The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

\n@param resourceARNUpdate The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@return The ARN of the new IAM role used to access the AWS Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

\n@param roleARNUpdate The ARN of the new IAM role used to access the AWS Lambda function.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

The ARN of the new IAM role used to access the AWS Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputLambdaProcessorUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : null, "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "wrapper" : false }, "InputParallelism" : { "c2jName" : "InputParallelism", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCount", "beanStyleSetterMethodName" : "setCount", "c2jName" : "Count", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #count(Integer)}.\n@param count a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #count(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "count", "fluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "count", "getterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@return Number of in-application streams to create. For more information, see Limits.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Count", "setterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Count" : { "beanStyleGetterMethodName" : "getCount", "beanStyleSetterMethodName" : "setCount", "c2jName" : "Count", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #count(Integer)}.\n@param count a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #count(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "count", "fluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "count", "getterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@return Number of in-application streams to create. For more information, see Limits.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Count", "setterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCount", "beanStyleSetterMethodName" : "setCount", "c2jName" : "Count", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #count(Integer)}.\n@param count a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #count(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "count", "fluentSetterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "count", "getterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@return Number of in-application streams to create. For more information, see Limits.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Count", "setterDocumentation" : "

Number of in-application streams to create. For more information, see Limits.

\n@param count Number of in-application streams to create. For more information, see Limits.", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create. For more information, see Limits.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputParallelism", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputParallelism", "variableName" : "inputParallelism", "variableType" : "InputParallelism", "documentation" : null, "simpleType" : "InputParallelism", "variableSetterType" : "InputParallelism" }, "wrapper" : false }, "InputParallelismUpdate" : { "c2jName" : "InputParallelismUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides updates to the parallelism count.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCountUpdate", "beanStyleSetterMethodName" : "setCountUpdate", "c2jName" : "CountUpdate", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #countUpdate(Integer)}.\n@param countUpdate a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #countUpdate(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "countUpdate", "fluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "countUpdate", "getterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@return Number of in-application streams to create for the specified streaming source.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CountUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "CountUpdate", "setterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.", "setterMethodName" : "setCountUpdate", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CountUpdate" : { "beanStyleGetterMethodName" : "getCountUpdate", "beanStyleSetterMethodName" : "setCountUpdate", "c2jName" : "CountUpdate", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #countUpdate(Integer)}.\n@param countUpdate a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #countUpdate(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "countUpdate", "fluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "countUpdate", "getterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@return Number of in-application streams to create for the specified streaming source.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CountUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "CountUpdate", "setterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.", "setterMethodName" : "setCountUpdate", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCountUpdate", "beanStyleSetterMethodName" : "setCountUpdate", "c2jName" : "CountUpdate", "c2jShape" : "InputParallelismCount", "defaultConsumerFluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #countUpdate(Integer)}.\n@param countUpdate a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #countUpdate(Integer)", "deprecated" : false, "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "countUpdate", "fluentSetterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "countUpdate", "getterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@return Number of in-application streams to create for the specified streaming source.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CountUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CountUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "CountUpdate", "setterDocumentation" : "

Number of in-application streams to create for the specified streaming source.

\n@param countUpdate Number of in-application streams to create for the specified streaming source.", "setterMethodName" : "setCountUpdate", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "countUpdate", "variableType" : "Integer", "documentation" : "

Number of in-application streams to create for the specified streaming source.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputParallelismUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : null, "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "wrapper" : false }, "InputProcessingConfiguration" : { "c2jName" : "InputProcessingConfiguration", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides a description of a processor that is used to preprocess the records in the stream prior to being processed by your application code. Currently, the only input processor available is AWS Lambda.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessor", "beanStyleSetterMethodName" : "setInputLambdaProcessor", "c2jName" : "InputLambdaProcessor", "c2jShape" : "InputLambdaProcessor", "defaultConsumerFluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessor.Builder} avoiding the need to create one manually via {@link InputLambdaProcessor#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessor.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessor(InputLambdaProcessor)}.\n@param inputLambdaProcessor a consumer that will call methods on {@link InputLambdaProcessor.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessor(InputLambdaProcessor)", "deprecated" : false, "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessor", "fluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessor", "getterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@return The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "getterModel" : { "returnType" : "InputLambdaProcessor", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessor", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessor", "setterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "setterMethodName" : "setInputLambdaProcessor", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : null, "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputLambdaProcessor" : { "beanStyleGetterMethodName" : "getInputLambdaProcessor", "beanStyleSetterMethodName" : "setInputLambdaProcessor", "c2jName" : "InputLambdaProcessor", "c2jShape" : "InputLambdaProcessor", "defaultConsumerFluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessor.Builder} avoiding the need to create one manually via {@link InputLambdaProcessor#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessor.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessor(InputLambdaProcessor)}.\n@param inputLambdaProcessor a consumer that will call methods on {@link InputLambdaProcessor.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessor(InputLambdaProcessor)", "deprecated" : false, "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessor", "fluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessor", "getterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@return The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "getterModel" : { "returnType" : "InputLambdaProcessor", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessor", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessor", "setterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "setterMethodName" : "setInputLambdaProcessor", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : null, "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessor", "beanStyleSetterMethodName" : "setInputLambdaProcessor", "c2jName" : "InputLambdaProcessor", "c2jShape" : "InputLambdaProcessor", "defaultConsumerFluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessor.Builder} avoiding the need to create one manually via {@link InputLambdaProcessor#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessor.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessor(InputLambdaProcessor)}.\n@param inputLambdaProcessor a consumer that will call methods on {@link InputLambdaProcessor.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessor(InputLambdaProcessor)", "deprecated" : false, "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessor", "fluentSetterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessor", "getterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@return The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "getterModel" : { "returnType" : "InputLambdaProcessor", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessor", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessor", "setterDocumentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

\n@param inputLambdaProcessor The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.", "setterMethodName" : "setInputLambdaProcessor", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : null, "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessor", "variableName" : "inputLambdaProcessor", "variableType" : "InputLambdaProcessor", "documentation" : "

The InputLambdaProcessor that is used to preprocess the records in the stream prior to being processed by your application code.

", "simpleType" : "InputLambdaProcessor", "variableSetterType" : "InputLambdaProcessor" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "InputLambdaProcessor" ], "shapeName" : "InputProcessingConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputProcessingConfiguration", "variableName" : "inputProcessingConfiguration", "variableType" : "InputProcessingConfiguration", "documentation" : null, "simpleType" : "InputProcessingConfiguration", "variableSetterType" : "InputProcessingConfiguration" }, "wrapper" : false }, "InputProcessingConfigurationDescription" : { "c2jName" : "InputProcessingConfigurationDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides configuration information about an input processor. Currently, the only input processor available is AWS Lambda.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessorDescription", "beanStyleSetterMethodName" : "setInputLambdaProcessorDescription", "c2jName" : "InputLambdaProcessorDescription", "c2jShape" : "InputLambdaProcessorDescription", "defaultConsumerFluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorDescription.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorDescription.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorDescription(InputLambdaProcessorDescription)}.\n@param inputLambdaProcessorDescription a consumer that will call methods on {@link InputLambdaProcessorDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorDescription(InputLambdaProcessorDescription)", "deprecated" : false, "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorDescription", "fluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorDescription", "getterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@return Provides configuration information about the associated InputLambdaProcessorDescription.", "getterModel" : { "returnType" : "InputLambdaProcessorDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorDescription", "setterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.", "setterMethodName" : "setInputLambdaProcessorDescription", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : null, "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputLambdaProcessorDescription" : { "beanStyleGetterMethodName" : "getInputLambdaProcessorDescription", "beanStyleSetterMethodName" : "setInputLambdaProcessorDescription", "c2jName" : "InputLambdaProcessorDescription", "c2jShape" : "InputLambdaProcessorDescription", "defaultConsumerFluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorDescription.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorDescription.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorDescription(InputLambdaProcessorDescription)}.\n@param inputLambdaProcessorDescription a consumer that will call methods on {@link InputLambdaProcessorDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorDescription(InputLambdaProcessorDescription)", "deprecated" : false, "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorDescription", "fluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorDescription", "getterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@return Provides configuration information about the associated InputLambdaProcessorDescription.", "getterModel" : { "returnType" : "InputLambdaProcessorDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorDescription", "setterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.", "setterMethodName" : "setInputLambdaProcessorDescription", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : null, "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessorDescription", "beanStyleSetterMethodName" : "setInputLambdaProcessorDescription", "c2jName" : "InputLambdaProcessorDescription", "c2jShape" : "InputLambdaProcessorDescription", "defaultConsumerFluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorDescription.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorDescription.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorDescription(InputLambdaProcessorDescription)}.\n@param inputLambdaProcessorDescription a consumer that will call methods on {@link InputLambdaProcessorDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorDescription(InputLambdaProcessorDescription)", "deprecated" : false, "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorDescription", "fluentSetterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorDescription", "getterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@return Provides configuration information about the associated InputLambdaProcessorDescription.", "getterModel" : { "returnType" : "InputLambdaProcessorDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorDescription", "setterDocumentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

\n@param inputLambdaProcessorDescription Provides configuration information about the associated InputLambdaProcessorDescription.", "setterMethodName" : "setInputLambdaProcessorDescription", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : null, "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorDescription", "variableName" : "inputLambdaProcessorDescription", "variableType" : "InputLambdaProcessorDescription", "documentation" : "

Provides configuration information about the associated InputLambdaProcessorDescription.

", "simpleType" : "InputLambdaProcessorDescription", "variableSetterType" : "InputLambdaProcessorDescription" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputProcessingConfigurationDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationDescription", "variableName" : "inputProcessingConfigurationDescription", "variableType" : "InputProcessingConfigurationDescription", "documentation" : null, "simpleType" : "InputProcessingConfigurationDescription", "variableSetterType" : "InputProcessingConfigurationDescription" }, "wrapper" : false }, "InputProcessingConfigurationUpdate" : { "c2jName" : "InputProcessingConfigurationUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes updates to an InputProcessingConfiguration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessorUpdate", "beanStyleSetterMethodName" : "setInputLambdaProcessorUpdate", "c2jName" : "InputLambdaProcessorUpdate", "c2jShape" : "InputLambdaProcessorUpdate", "defaultConsumerFluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorUpdate.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)}.\n@param inputLambdaProcessorUpdate a consumer that will call methods on {@link InputLambdaProcessorUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)", "deprecated" : false, "documentation" : "

Provides update information for an InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorUpdate", "fluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorUpdate", "getterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@return Provides update information for an InputLambdaProcessor.", "getterModel" : { "returnType" : "InputLambdaProcessorUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorUpdate", "setterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.", "setterMethodName" : "setInputLambdaProcessorUpdate", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : null, "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : "

Provides update information for an InputLambdaProcessor.

", "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputLambdaProcessorUpdate" : { "beanStyleGetterMethodName" : "getInputLambdaProcessorUpdate", "beanStyleSetterMethodName" : "setInputLambdaProcessorUpdate", "c2jName" : "InputLambdaProcessorUpdate", "c2jShape" : "InputLambdaProcessorUpdate", "defaultConsumerFluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorUpdate.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)}.\n@param inputLambdaProcessorUpdate a consumer that will call methods on {@link InputLambdaProcessorUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)", "deprecated" : false, "documentation" : "

Provides update information for an InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorUpdate", "fluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorUpdate", "getterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@return Provides update information for an InputLambdaProcessor.", "getterModel" : { "returnType" : "InputLambdaProcessorUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorUpdate", "setterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.", "setterMethodName" : "setInputLambdaProcessorUpdate", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : null, "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : "

Provides update information for an InputLambdaProcessor.

", "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputLambdaProcessorUpdate", "beanStyleSetterMethodName" : "setInputLambdaProcessorUpdate", "c2jName" : "InputLambdaProcessorUpdate", "c2jShape" : "InputLambdaProcessorUpdate", "defaultConsumerFluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\nThis is a convenience that creates an instance of the {@link InputLambdaProcessorUpdate.Builder} avoiding the need to create one manually via {@link InputLambdaProcessorUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLambdaProcessorUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)}.\n@param inputLambdaProcessorUpdate a consumer that will call methods on {@link InputLambdaProcessorUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputLambdaProcessorUpdate(InputLambdaProcessorUpdate)", "deprecated" : false, "documentation" : "

Provides update information for an InputLambdaProcessor.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputLambdaProcessorUpdate", "fluentSetterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputLambdaProcessorUpdate", "getterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@return Provides update information for an InputLambdaProcessor.", "getterModel" : { "returnType" : "InputLambdaProcessorUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputLambdaProcessorUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputLambdaProcessorUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputLambdaProcessorUpdate", "setterDocumentation" : "

Provides update information for an InputLambdaProcessor.

\n@param inputLambdaProcessorUpdate Provides update information for an InputLambdaProcessor.", "setterMethodName" : "setInputLambdaProcessorUpdate", "setterModel" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : null, "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputLambdaProcessorUpdate", "variableName" : "inputLambdaProcessorUpdate", "variableType" : "InputLambdaProcessorUpdate", "documentation" : "

Provides update information for an InputLambdaProcessor.

", "simpleType" : "InputLambdaProcessorUpdate", "variableSetterType" : "InputLambdaProcessorUpdate" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "InputLambdaProcessorUpdate" ], "shapeName" : "InputProcessingConfigurationUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : null, "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "wrapper" : false }, "InputSchemaUpdate" : { "c2jName" : "InputSchemaUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes updates for the application's input schema.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordFormatUpdate", "beanStyleSetterMethodName" : "setRecordFormatUpdate", "c2jName" : "RecordFormatUpdate", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormatUpdate(RecordFormat)}.\n@param recordFormatUpdate a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatUpdate(RecordFormat)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormatUpdate", "fluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormatUpdate", "getterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormatUpdate", "setterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormatUpdate", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : "

Specifies the format of the records on the streaming source.

", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordEncodingUpdate", "beanStyleSetterMethodName" : "setRecordEncodingUpdate", "c2jName" : "RecordEncodingUpdate", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncodingUpdate(String)}.\n@param recordEncodingUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncodingUpdate(String)", "deprecated" : false, "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncodingUpdate", "fluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncodingUpdate", "getterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncodingUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncodingUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncodingUpdate", "setterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncodingUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumnUpdates", "beanStyleSetterMethodName" : "setRecordColumnUpdates", "c2jName" : "RecordColumnUpdates", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumnUpdates(List)}.\n@param recordColumnUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnUpdates(List)", "deprecated" : false, "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnUpdates", "fluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnUpdates", "getterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumnUpdates", "setterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "setterMethodName" : "setRecordColumnUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecordColumnUpdates" : { "beanStyleGetterMethodName" : "getRecordColumnUpdates", "beanStyleSetterMethodName" : "setRecordColumnUpdates", "c2jName" : "RecordColumnUpdates", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumnUpdates(List)}.\n@param recordColumnUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnUpdates(List)", "deprecated" : false, "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnUpdates", "fluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnUpdates", "getterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumnUpdates", "setterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "setterMethodName" : "setRecordColumnUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RecordEncodingUpdate" : { "beanStyleGetterMethodName" : "getRecordEncodingUpdate", "beanStyleSetterMethodName" : "setRecordEncodingUpdate", "c2jName" : "RecordEncodingUpdate", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncodingUpdate(String)}.\n@param recordEncodingUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncodingUpdate(String)", "deprecated" : false, "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncodingUpdate", "fluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncodingUpdate", "getterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncodingUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncodingUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncodingUpdate", "setterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncodingUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordFormatUpdate" : { "beanStyleGetterMethodName" : "getRecordFormatUpdate", "beanStyleSetterMethodName" : "setRecordFormatUpdate", "c2jName" : "RecordFormatUpdate", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormatUpdate(RecordFormat)}.\n@param recordFormatUpdate a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatUpdate(RecordFormat)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormatUpdate", "fluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormatUpdate", "getterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormatUpdate", "setterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormatUpdate", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : "

Specifies the format of the records on the streaming source.

", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordFormatUpdate", "beanStyleSetterMethodName" : "setRecordFormatUpdate", "c2jName" : "RecordFormatUpdate", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormatUpdate(RecordFormat)}.\n@param recordFormatUpdate a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatUpdate(RecordFormat)", "deprecated" : false, "documentation" : "

Specifies the format of the records on the streaming source.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormatUpdate", "fluentSetterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormatUpdate", "getterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormatUpdate", "setterDocumentation" : "

Specifies the format of the records on the streaming source.

\n@param recordFormatUpdate Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormatUpdate", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormatUpdate", "variableType" : "RecordFormat", "documentation" : "

Specifies the format of the records on the streaming source.

", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordEncodingUpdate", "beanStyleSetterMethodName" : "setRecordEncodingUpdate", "c2jName" : "RecordEncodingUpdate", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncodingUpdate(String)}.\n@param recordEncodingUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncodingUpdate(String)", "deprecated" : false, "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncodingUpdate", "fluentSetterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncodingUpdate", "getterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncodingUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncodingUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncodingUpdate", "setterDocumentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncodingUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncodingUpdate", "variableType" : "String", "documentation" : "

Specifies the encoding of the records in the streaming source. For example, UTF-8.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumnUpdates", "beanStyleSetterMethodName" : "setRecordColumnUpdates", "c2jName" : "RecordColumnUpdates", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumnUpdates(List)}.\n@param recordColumnUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumnUpdates(List)", "deprecated" : false, "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumnUpdates", "fluentSetterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumnUpdates", "getterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumnUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumnUpdates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumnUpdates", "setterDocumentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

\n@param recordColumnUpdates A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.", "setterMethodName" : "setRecordColumnUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumnUpdates", "variableType" : "java.util.List", "documentation" : "

A list of RecordColumn objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputSchemaUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : null, "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "wrapper" : false }, "InputStartingPosition" : { "c2jName" : "InputStartingPosition", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NOW", "value" : "NOW" }, { "name" : "TRIM_HORIZON", "value" : "TRIM_HORIZON" }, { "name" : "LAST_STOPPED_POINT", "value" : "LAST_STOPPED_POINT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputStartingPosition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputStartingPosition", "variableName" : "inputStartingPosition", "variableType" : "InputStartingPosition", "documentation" : null, "simpleType" : "InputStartingPosition", "variableSetterType" : "InputStartingPosition" }, "wrapper" : false }, "InputStartingPositionConfiguration" : { "c2jName" : "InputStartingPositionConfiguration", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the point at which the application reads from the streaming source.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputStartingPosition", "beanStyleSetterMethodName" : "setInputStartingPosition", "c2jName" : "InputStartingPosition", "c2jShape" : "InputStartingPosition", "defaultConsumerFluentSetterDocumentation" : "

The starting position on the stream.

  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionString(String)}.\n@param inputStartingPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPosition(String)", "deprecated" : false, "documentation" : "

The starting position on the stream.

  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

", "enumType" : "InputStartingPosition", "fluentEnumGetterMethodName" : "inputStartingPosition", "fluentGetterMethodName" : "inputStartingPositionString", "fluentSetterDocumentation" : "

The starting position on the stream.

  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

\n@param inputStartingPosition The starting position on the stream.

  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

  • \n@see InputStartingPosition\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition", "fluentSetterMethodName" : "inputStartingPosition", "getterDocumentation" : "

    The starting position on the stream.

    • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

    • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

    • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

    \n

    \nIf the service returns an enum value that is not available in the current SDK version, {@link #inputStartingPosition} will return {@link InputStartingPosition#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #inputStartingPositionString}.\n

    \n@return The starting position on the stream.

    • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

    • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

    • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

    • \n@see InputStartingPosition", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputStartingPosition", "setterDocumentation" : "

      The starting position on the stream.

      • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

      • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

      • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

      \n@param inputStartingPosition The starting position on the stream.

      • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

      • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

      • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

      • \n@see InputStartingPosition", "setterMethodName" : "setInputStartingPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : "

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputStartingPosition" : { "beanStyleGetterMethodName" : "getInputStartingPosition", "beanStyleSetterMethodName" : "setInputStartingPosition", "c2jName" : "InputStartingPosition", "c2jShape" : "InputStartingPosition", "defaultConsumerFluentSetterDocumentation" : "

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionString(String)}.\n@param inputStartingPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPosition(String)", "deprecated" : false, "documentation" : "

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        ", "enumType" : "InputStartingPosition", "fluentEnumGetterMethodName" : "inputStartingPosition", "fluentGetterMethodName" : "inputStartingPositionString", "fluentSetterDocumentation" : "

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        \n@param inputStartingPosition The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

        • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        • \n@see InputStartingPosition\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition", "fluentSetterMethodName" : "inputStartingPosition", "getterDocumentation" : "

          The starting position on the stream.

          • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

          • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

          \n

          \nIf the service returns an enum value that is not available in the current SDK version, {@link #inputStartingPosition} will return {@link InputStartingPosition#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #inputStartingPositionString}.\n

          \n@return The starting position on the stream.

          • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

          • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

          • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

          • \n@see InputStartingPosition", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputStartingPosition", "setterDocumentation" : "

            The starting position on the stream.

            • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

            • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

            • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

            \n@param inputStartingPosition The starting position on the stream.

            • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

            • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

            • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

            • \n@see InputStartingPosition", "setterMethodName" : "setInputStartingPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : "

              The starting position on the stream.

              • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

              • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputStartingPosition", "beanStyleSetterMethodName" : "setInputStartingPosition", "c2jName" : "InputStartingPosition", "c2jShape" : "InputStartingPosition", "defaultConsumerFluentSetterDocumentation" : "

              The starting position on the stream.

              • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

              • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputStartingPositionString(String)}.\n@param inputStartingPosition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputStartingPosition(String)", "deprecated" : false, "documentation" : "

              The starting position on the stream.

              • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

              • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

              ", "enumType" : "InputStartingPosition", "fluentEnumGetterMethodName" : "inputStartingPosition", "fluentGetterMethodName" : "inputStartingPositionString", "fluentSetterDocumentation" : "

              The starting position on the stream.

              • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

              • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

              \n@param inputStartingPosition The starting position on the stream.

              • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

              • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

              • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

              • \n@see InputStartingPosition\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition", "fluentSetterMethodName" : "inputStartingPosition", "getterDocumentation" : "

                The starting position on the stream.

                • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

                • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

                • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

                \n

                \nIf the service returns an enum value that is not available in the current SDK version, {@link #inputStartingPosition} will return {@link InputStartingPosition#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #inputStartingPositionString}.\n

                \n@return The starting position on the stream.

                • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

                • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

                • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

                • \n@see InputStartingPosition", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputStartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputStartingPosition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputStartingPosition", "setterDocumentation" : "

                  The starting position on the stream.

                  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

                  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

                  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

                  \n@param inputStartingPosition The starting position on the stream.

                  • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

                  • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

                  • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

                  • \n@see InputStartingPosition", "setterMethodName" : "setInputStartingPosition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputStartingPosition", "variableType" : "String", "documentation" : "

                    The starting position on the stream.

                    • NOW - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.

                    • TRIM_HORIZON - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.

                    • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputStartingPositionConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputStartingPositionConfiguration", "variableName" : "inputStartingPositionConfiguration", "variableType" : "InputStartingPositionConfiguration", "documentation" : null, "simpleType" : "InputStartingPositionConfiguration", "variableSetterType" : "InputStartingPositionConfiguration" }, "wrapper" : false }, "InputUpdate" : { "c2jName" : "InputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes updates to a specific input configuration (identified by the InputId of an application).

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

                    Input ID of the application input to be updated.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@return Input ID of the application input to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

                    Input ID of the application input to be updated.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamePrefixUpdate", "beanStyleSetterMethodName" : "setNamePrefixUpdate", "c2jName" : "NamePrefixUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefixUpdate(String)}.\n@param namePrefixUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefixUpdate(String)", "deprecated" : false, "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefixUpdate", "fluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefixUpdate", "getterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@return Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefixUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefixUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefixUpdate", "setterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "setterMethodName" : "setNamePrefixUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfigurationUpdate", "beanStyleSetterMethodName" : "setInputProcessingConfigurationUpdate", "c2jName" : "InputProcessingConfigurationUpdate", "c2jShape" : "InputProcessingConfigurationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationUpdate.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)}.\n@param inputProcessingConfigurationUpdate a consumer that will call methods on {@link InputProcessingConfigurationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)", "deprecated" : false, "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationUpdate", "fluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationUpdate", "getterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@return Describes updates for an input processing configuration.", "getterModel" : { "returnType" : "InputProcessingConfigurationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationUpdate", "setterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.", "setterMethodName" : "setInputProcessingConfigurationUpdate", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : null, "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsInputUpdate", "c2jName" : "KinesisStreamsInputUpdate", "c2jShape" : "KinesisStreamsInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)}.\n@param kinesisStreamsInputUpdate a consumer that will call methods on {@link KinesisStreamsInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)", "deprecated" : false, "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputUpdate", "fluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputUpdate", "getterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@return If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "getterModel" : { "returnType" : "KinesisStreamsInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputUpdate", "setterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "setterMethodName" : "setKinesisStreamsInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseInputUpdate", "c2jName" : "KinesisFirehoseInputUpdate", "c2jShape" : "KinesisFirehoseInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)}.\n@param kinesisFirehoseInputUpdate a consumer that will call methods on {@link KinesisFirehoseInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)", "deprecated" : false, "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputUpdate", "fluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputUpdate", "getterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@return If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "getterModel" : { "returnType" : "KinesisFirehoseInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputUpdate", "setterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "setterMethodName" : "setKinesisFirehoseInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchemaUpdate", "beanStyleSetterMethodName" : "setInputSchemaUpdate", "c2jName" : "InputSchemaUpdate", "c2jShape" : "InputSchemaUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \nThis is a convenience that creates an instance of the {@link InputSchemaUpdate.Builder} avoiding the need to create one manually via {@link InputSchemaUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputSchemaUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputSchemaUpdate(InputSchemaUpdate)}.\n@param inputSchemaUpdate a consumer that will call methods on {@link InputSchemaUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchemaUpdate(InputSchemaUpdate)", "deprecated" : false, "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchemaUpdate", "fluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchemaUpdate", "getterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@return Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "getterModel" : { "returnType" : "InputSchemaUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchemaUpdate", "setterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "setterMethodName" : "setInputSchemaUpdate", "setterModel" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : null, "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelismUpdate", "beanStyleSetterMethodName" : "setInputParallelismUpdate", "c2jName" : "InputParallelismUpdate", "c2jShape" : "InputParallelismUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \nThis is a convenience that creates an instance of the {@link InputParallelismUpdate.Builder} avoiding the need to create one manually via {@link InputParallelismUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelismUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputParallelismUpdate(InputParallelismUpdate)}.\n@param inputParallelismUpdate a consumer that will call methods on {@link InputParallelismUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelismUpdate(InputParallelismUpdate)", "deprecated" : false, "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelismUpdate", "fluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelismUpdate", "getterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@return Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "getterModel" : { "returnType" : "InputParallelismUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelismUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelismUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelismUpdate", "setterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "setterMethodName" : "setInputParallelismUpdate", "setterModel" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : null, "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputId" : { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

                    Input ID of the application input to be updated.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@return Input ID of the application input to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

                    Input ID of the application input to be updated.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputParallelismUpdate" : { "beanStyleGetterMethodName" : "getInputParallelismUpdate", "beanStyleSetterMethodName" : "setInputParallelismUpdate", "c2jName" : "InputParallelismUpdate", "c2jShape" : "InputParallelismUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \nThis is a convenience that creates an instance of the {@link InputParallelismUpdate.Builder} avoiding the need to create one manually via {@link InputParallelismUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelismUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputParallelismUpdate(InputParallelismUpdate)}.\n@param inputParallelismUpdate a consumer that will call methods on {@link InputParallelismUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelismUpdate(InputParallelismUpdate)", "deprecated" : false, "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelismUpdate", "fluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelismUpdate", "getterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@return Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "getterModel" : { "returnType" : "InputParallelismUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelismUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelismUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelismUpdate", "setterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "setterMethodName" : "setInputParallelismUpdate", "setterModel" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : null, "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "xmlNameSpaceUri" : null }, "InputProcessingConfigurationUpdate" : { "beanStyleGetterMethodName" : "getInputProcessingConfigurationUpdate", "beanStyleSetterMethodName" : "setInputProcessingConfigurationUpdate", "c2jName" : "InputProcessingConfigurationUpdate", "c2jShape" : "InputProcessingConfigurationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationUpdate.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)}.\n@param inputProcessingConfigurationUpdate a consumer that will call methods on {@link InputProcessingConfigurationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)", "deprecated" : false, "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationUpdate", "fluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationUpdate", "getterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@return Describes updates for an input processing configuration.", "getterModel" : { "returnType" : "InputProcessingConfigurationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationUpdate", "setterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.", "setterMethodName" : "setInputProcessingConfigurationUpdate", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : null, "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "xmlNameSpaceUri" : null }, "InputSchemaUpdate" : { "beanStyleGetterMethodName" : "getInputSchemaUpdate", "beanStyleSetterMethodName" : "setInputSchemaUpdate", "c2jName" : "InputSchemaUpdate", "c2jShape" : "InputSchemaUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \nThis is a convenience that creates an instance of the {@link InputSchemaUpdate.Builder} avoiding the need to create one manually via {@link InputSchemaUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputSchemaUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputSchemaUpdate(InputSchemaUpdate)}.\n@param inputSchemaUpdate a consumer that will call methods on {@link InputSchemaUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchemaUpdate(InputSchemaUpdate)", "deprecated" : false, "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchemaUpdate", "fluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchemaUpdate", "getterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@return Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "getterModel" : { "returnType" : "InputSchemaUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchemaUpdate", "setterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "setterMethodName" : "setInputSchemaUpdate", "setterModel" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : null, "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseInputUpdate" : { "beanStyleGetterMethodName" : "getKinesisFirehoseInputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseInputUpdate", "c2jName" : "KinesisFirehoseInputUpdate", "c2jShape" : "KinesisFirehoseInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)}.\n@param kinesisFirehoseInputUpdate a consumer that will call methods on {@link KinesisFirehoseInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)", "deprecated" : false, "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputUpdate", "fluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputUpdate", "getterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@return If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "getterModel" : { "returnType" : "KinesisFirehoseInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputUpdate", "setterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "setterMethodName" : "setKinesisFirehoseInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "xmlNameSpaceUri" : null }, "KinesisStreamsInputUpdate" : { "beanStyleGetterMethodName" : "getKinesisStreamsInputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsInputUpdate", "c2jName" : "KinesisStreamsInputUpdate", "c2jShape" : "KinesisStreamsInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)}.\n@param kinesisStreamsInputUpdate a consumer that will call methods on {@link KinesisStreamsInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)", "deprecated" : false, "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputUpdate", "fluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputUpdate", "getterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@return If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "getterModel" : { "returnType" : "KinesisStreamsInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputUpdate", "setterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "setterMethodName" : "setKinesisStreamsInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "xmlNameSpaceUri" : null }, "NamePrefixUpdate" : { "beanStyleGetterMethodName" : "getNamePrefixUpdate", "beanStyleSetterMethodName" : "setNamePrefixUpdate", "c2jName" : "NamePrefixUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefixUpdate(String)}.\n@param namePrefixUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefixUpdate(String)", "deprecated" : false, "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefixUpdate", "fluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefixUpdate", "getterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@return Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefixUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefixUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefixUpdate", "setterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "setterMethodName" : "setNamePrefixUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputId", "beanStyleSetterMethodName" : "setInputId", "c2jName" : "InputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)", "deprecated" : false, "documentation" : "

                    Input ID of the application input to be updated.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputId", "fluentSetterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputId", "getterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@return Input ID of the application input to be updated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputId", "setterDocumentation" : "

                    Input ID of the application input to be updated.

                    \n@param inputId Input ID of the application input to be updated.", "setterMethodName" : "setInputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputId", "variableType" : "String", "documentation" : "

                    Input ID of the application input to be updated.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNamePrefixUpdate", "beanStyleSetterMethodName" : "setNamePrefixUpdate", "c2jName" : "NamePrefixUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #namePrefixUpdate(String)}.\n@param namePrefixUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #namePrefixUpdate(String)", "deprecated" : false, "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "namePrefixUpdate", "fluentSetterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "namePrefixUpdate", "getterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@return Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NamePrefixUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NamePrefixUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NamePrefixUpdate", "setterDocumentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    \n@param namePrefixUpdate Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.", "setterMethodName" : "setNamePrefixUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "namePrefixUpdate", "variableType" : "String", "documentation" : "

                    Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputProcessingConfigurationUpdate", "beanStyleSetterMethodName" : "setInputProcessingConfigurationUpdate", "c2jName" : "InputProcessingConfigurationUpdate", "c2jShape" : "InputProcessingConfigurationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \nThis is a convenience that creates an instance of the {@link InputProcessingConfigurationUpdate.Builder} avoiding the need to create one manually via {@link InputProcessingConfigurationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfigurationUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)}.\n@param inputProcessingConfigurationUpdate a consumer that will call methods on {@link InputProcessingConfigurationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate)", "deprecated" : false, "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputProcessingConfigurationUpdate", "fluentSetterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputProcessingConfigurationUpdate", "getterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@return Describes updates for an input processing configuration.", "getterModel" : { "returnType" : "InputProcessingConfigurationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputProcessingConfigurationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputProcessingConfigurationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputProcessingConfigurationUpdate", "setterDocumentation" : "

                    Describes updates for an input processing configuration.

                    \n@param inputProcessingConfigurationUpdate Describes updates for an input processing configuration.", "setterMethodName" : "setInputProcessingConfigurationUpdate", "setterModel" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : null, "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputProcessingConfigurationUpdate", "variableName" : "inputProcessingConfigurationUpdate", "variableType" : "InputProcessingConfigurationUpdate", "documentation" : "

                    Describes updates for an input processing configuration.

                    ", "simpleType" : "InputProcessingConfigurationUpdate", "variableSetterType" : "InputProcessingConfigurationUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsInputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsInputUpdate", "c2jName" : "KinesisStreamsInputUpdate", "c2jShape" : "KinesisStreamsInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)}.\n@param kinesisStreamsInputUpdate a consumer that will call methods on {@link KinesisStreamsInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsInputUpdate(KinesisStreamsInputUpdate)", "deprecated" : false, "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsInputUpdate", "fluentSetterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsInputUpdate", "getterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@return If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "getterModel" : { "returnType" : "KinesisStreamsInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsInputUpdate", "setterDocumentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    \n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.", "setterMethodName" : "setKinesisStreamsInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : "

                    If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.

                    ", "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseInputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseInputUpdate", "c2jName" : "KinesisFirehoseInputUpdate", "c2jShape" : "KinesisFirehoseInputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseInputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseInputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseInputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)}.\n@param kinesisFirehoseInputUpdate a consumer that will call methods on {@link KinesisFirehoseInputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate)", "deprecated" : false, "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseInputUpdate", "fluentSetterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseInputUpdate", "getterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@return If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "getterModel" : { "returnType" : "KinesisFirehoseInputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseInputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseInputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseInputUpdate", "setterDocumentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    \n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.", "setterMethodName" : "setKinesisFirehoseInputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : "

                    If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.

                    ", "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputSchemaUpdate", "beanStyleSetterMethodName" : "setInputSchemaUpdate", "c2jName" : "InputSchemaUpdate", "c2jShape" : "InputSchemaUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \nThis is a convenience that creates an instance of the {@link InputSchemaUpdate.Builder} avoiding the need to create one manually via {@link InputSchemaUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputSchemaUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputSchemaUpdate(InputSchemaUpdate)}.\n@param inputSchemaUpdate a consumer that will call methods on {@link InputSchemaUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputSchemaUpdate(InputSchemaUpdate)", "deprecated" : false, "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputSchemaUpdate", "fluentSetterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputSchemaUpdate", "getterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@return Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "getterModel" : { "returnType" : "InputSchemaUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputSchemaUpdate", "setterDocumentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    \n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.", "setterMethodName" : "setInputSchemaUpdate", "setterModel" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : null, "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputSchemaUpdate", "variableName" : "inputSchemaUpdate", "variableType" : "InputSchemaUpdate", "documentation" : "

                    Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.

                    ", "simpleType" : "InputSchemaUpdate", "variableSetterType" : "InputSchemaUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputParallelismUpdate", "beanStyleSetterMethodName" : "setInputParallelismUpdate", "c2jName" : "InputParallelismUpdate", "c2jShape" : "InputParallelismUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \nThis is a convenience that creates an instance of the {@link InputParallelismUpdate.Builder} avoiding the need to create one manually via {@link InputParallelismUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputParallelismUpdate.Builder#build()} is called immediately and its result is passed to {@link #inputParallelismUpdate(InputParallelismUpdate)}.\n@param inputParallelismUpdate a consumer that will call methods on {@link InputParallelismUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputParallelismUpdate(InputParallelismUpdate)", "deprecated" : false, "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputParallelismUpdate", "fluentSetterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputParallelismUpdate", "getterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@return Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "getterModel" : { "returnType" : "InputParallelismUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputParallelismUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputParallelismUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputParallelismUpdate", "setterDocumentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    \n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).", "setterMethodName" : "setInputParallelismUpdate", "setterModel" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : null, "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputParallelismUpdate", "variableName" : "inputParallelismUpdate", "variableType" : "InputParallelismUpdate", "documentation" : "

                    Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).

                    ", "simpleType" : "InputParallelismUpdate", "variableSetterType" : "InputParallelismUpdate" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "InputId" ], "shapeName" : "InputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputUpdate", "variableName" : "inputUpdate", "variableType" : "InputUpdate", "documentation" : null, "simpleType" : "InputUpdate", "variableSetterType" : "InputUpdate" }, "wrapper" : false }, "InvalidApplicationConfigurationException" : { "c2jName" : "InvalidApplicationConfigurationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    User-provided application configuration is not valid.

                    ", "enums" : null, "errorCode" : "InvalidApplicationConfigurationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidApplicationConfigurationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidApplicationConfigurationException", "variableName" : "invalidApplicationConfigurationException", "variableType" : "InvalidApplicationConfigurationException", "documentation" : null, "simpleType" : "InvalidApplicationConfigurationException", "variableSetterType" : "InvalidApplicationConfigurationException" }, "wrapper" : false }, "InvalidArgumentException" : { "c2jName" : "InvalidArgumentException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Specified input parameter value is invalid.

                    ", "enums" : null, "errorCode" : "InvalidArgumentException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArgumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false }, "JSONMappingParameters" : { "c2jName" : "JSONMappingParameters", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordRowPath", "beanStyleSetterMethodName" : "setRecordRowPath", "c2jName" : "RecordRowPath", "c2jShape" : "RecordRowPath", "defaultConsumerFluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowPath(String)}.\n@param recordRowPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowPath(String)", "deprecated" : false, "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowPath", "fluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowPath", "getterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@return Path to the top-level parent that contains the records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowPath", "setterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.", "setterMethodName" : "setRecordRowPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecordRowPath" : { "beanStyleGetterMethodName" : "getRecordRowPath", "beanStyleSetterMethodName" : "setRecordRowPath", "c2jName" : "RecordRowPath", "c2jShape" : "RecordRowPath", "defaultConsumerFluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowPath(String)}.\n@param recordRowPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowPath(String)", "deprecated" : false, "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowPath", "fluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowPath", "getterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@return Path to the top-level parent that contains the records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowPath", "setterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.", "setterMethodName" : "setRecordRowPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordRowPath", "beanStyleSetterMethodName" : "setRecordRowPath", "c2jName" : "RecordRowPath", "c2jShape" : "RecordRowPath", "defaultConsumerFluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordRowPath(String)}.\n@param recordRowPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordRowPath(String)", "deprecated" : false, "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordRowPath", "fluentSetterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordRowPath", "getterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@return Path to the top-level parent that contains the records.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordRowPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordRowPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordRowPath", "setterDocumentation" : "

                    Path to the top-level parent that contains the records.

                    \n@param recordRowPath Path to the top-level parent that contains the records.", "setterMethodName" : "setRecordRowPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordRowPath", "variableType" : "String", "documentation" : "

                    Path to the top-level parent that contains the records.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RecordRowPath" ], "shapeName" : "JSONMappingParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : null, "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "wrapper" : false }, "KinesisFirehoseInput" : { "c2jName" : "KinesisFirehoseInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@return ARN of the input Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@return ARN of the input Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@return ARN of the input Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Firehose delivery stream.

                    \n@param resourceARN ARN of the input Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "RoleARN" ], "shapeName" : "KinesisFirehoseInput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseInput", "variableName" : "kinesisFirehoseInput", "variableType" : "KinesisFirehoseInput", "documentation" : null, "simpleType" : "KinesisFirehoseInput", "variableSetterType" : "KinesisFirehoseInput" }, "wrapper" : false }, "KinesisFirehoseInputDescription" : { "c2jName" : "KinesisFirehoseInputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisFirehoseInputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputDescription", "variableName" : "kinesisFirehoseInputDescription", "variableType" : "KinesisFirehoseInputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseInputDescription", "variableSetterType" : "KinesisFirehoseInputDescription" }, "wrapper" : false }, "KinesisFirehoseInputUpdate" : { "c2jName" : "KinesisFirehoseInputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@return ARN of the input Amazon Kinesis Firehose delivery stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARNUpdate" : { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@return ARN of the input Amazon Kinesis Firehose delivery stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@return ARN of the input Amazon Kinesis Firehose delivery stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    \n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis Firehose delivery stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisFirehoseInputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseInputUpdate", "variableName" : "kinesisFirehoseInputUpdate", "variableType" : "KinesisFirehoseInputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseInputUpdate", "variableSetterType" : "KinesisFirehoseInputUpdate" }, "wrapper" : false }, "KinesisFirehoseOutput" : { "c2jName" : "KinesisFirehoseOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When configuring application output, identifies an Amazon Kinesis Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to write to the stream on your behalf.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@return ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@return ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@return ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "RoleARN" ], "shapeName" : "KinesisFirehoseOutput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : null, "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "wrapper" : false }, "KinesisFirehoseOutputDescription" : { "c2jName" : "KinesisFirehoseOutputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisFirehoseOutputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "wrapper" : false }, "KinesisFirehoseOutputUpdate" : { "c2jName" : "KinesisFirehoseOutputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARNUpdate" : { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisFirehoseOutputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "wrapper" : false }, "KinesisStreamsInput" : { "c2jName" : "KinesisStreamsInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's ARN and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@return ARN of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@return ARN of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@return ARN of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    \n@param resourceARN ARN of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "RoleARN" ], "shapeName" : "KinesisStreamsInput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsInput", "variableName" : "kinesisStreamsInput", "variableType" : "KinesisStreamsInput", "documentation" : null, "simpleType" : "KinesisStreamsInput", "variableSetterType" : "KinesisStreamsInput" }, "wrapper" : false }, "KinesisStreamsInputDescription" : { "c2jName" : "KinesisStreamsInputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisStreamsInputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsInputDescription", "variableName" : "kinesisStreamsInputDescription", "variableType" : "KinesisStreamsInputDescription", "documentation" : null, "simpleType" : "KinesisStreamsInputDescription", "variableSetterType" : "KinesisStreamsInputDescription" }, "wrapper" : false }, "KinesisStreamsInputUpdate" : { "c2jName" : "KinesisStreamsInputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@return Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARNUpdate" : { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@return Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@return Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisStreamsInputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsInputUpdate", "variableName" : "kinesisStreamsInputUpdate", "variableType" : "KinesisStreamsInputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsInputUpdate", "variableSetterType" : "KinesisStreamsInputUpdate" }, "wrapper" : false }, "KinesisStreamsOutput" : { "c2jName" : "KinesisStreamsOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@return ARN of the destination Amazon Kinesis stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@return ARN of the destination Amazon Kinesis stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@return ARN of the destination Amazon Kinesis stream to write to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    \n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    ARN of the destination Amazon Kinesis stream to write to.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "RoleARN" ], "shapeName" : "KinesisStreamsOutput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : null, "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "wrapper" : false }, "KinesisStreamsOutputDescription" : { "c2jName" : "KinesisStreamsOutputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    For an application output, describes the Amazon Kinesis stream configured as its destination.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    \n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    \n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisStreamsOutputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : null, "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "wrapper" : false }, "KinesisStreamsOutputUpdate" : { "c2jName" : "KinesisStreamsOutputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARNUpdate" : { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARNUpdate" : { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceARNUpdate", "beanStyleSetterMethodName" : "setResourceARNUpdate", "c2jName" : "ResourceARNUpdate", "c2jShape" : "ResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARNUpdate(String)}.\n@param resourceARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    \n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.", "setterMethodName" : "setResourceARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleARNUpdate", "beanStyleSetterMethodName" : "setRoleARNUpdate", "c2jName" : "RoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARNUpdate(String)}.\n@param roleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    \n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.", "setterMethodName" : "setRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KinesisStreamsOutputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Exceeded the number of applications allowed.

                    ", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListApplicationsRequest" : { "c2jName" : "ListApplicationsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListApplications", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.ListApplications", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListApplicationsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    Maximum number of applications to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                    Maximum number of applications to list.

                    \n@return Maximum number of applications to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Limit", "setterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    Maximum number of applications to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartApplicationName", "beanStyleSetterMethodName" : "setExclusiveStartApplicationName", "c2jName" : "ExclusiveStartApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartApplicationName(String)}.\n@param exclusiveStartApplicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartApplicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartApplicationName", "fluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartApplicationName", "getterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@return Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartApplicationName", "setterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "setterMethodName" : "setExclusiveStartApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartApplicationName" : { "beanStyleGetterMethodName" : "getExclusiveStartApplicationName", "beanStyleSetterMethodName" : "setExclusiveStartApplicationName", "c2jName" : "ExclusiveStartApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartApplicationName(String)}.\n@param exclusiveStartApplicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartApplicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartApplicationName", "fluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartApplicationName", "getterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@return Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartApplicationName", "setterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "setterMethodName" : "setExclusiveStartApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListApplicationsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    Maximum number of applications to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                    Maximum number of applications to list.

                    \n@return Maximum number of applications to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Limit", "setterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    Maximum number of applications to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "Limit", "c2jShape" : "ListApplicationsInputLimit", "defaultConsumerFluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "documentation" : "

                    Maximum number of applications to list.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                    Maximum number of applications to list.

                    \n@return Maximum number of applications to list.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Limit", "setterDocumentation" : "

                    Maximum number of applications to list.

                    \n@param limit Maximum number of applications to list.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                    Maximum number of applications to list.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExclusiveStartApplicationName", "beanStyleSetterMethodName" : "setExclusiveStartApplicationName", "c2jName" : "ExclusiveStartApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #exclusiveStartApplicationName(String)}.\n@param exclusiveStartApplicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exclusiveStartApplicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "exclusiveStartApplicationName", "fluentSetterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exclusiveStartApplicationName", "getterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@return Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExclusiveStartApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExclusiveStartApplicationName", "setterDocumentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    \n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.", "setterMethodName" : "setExclusiveStartApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartApplicationName", "variableType" : "String", "documentation" : "

                    Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListApplicationsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListApplicationsRequest", "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "documentation" : null, "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "wrapper" : false }, "ListApplicationsResponse" : { "c2jName" : "ListApplicationsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getApplicationSummaries", "beanStyleSetterMethodName" : "setApplicationSummaries", "c2jName" : "ApplicationSummaries", "c2jShape" : "ApplicationSummaries", "defaultConsumerFluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #applicationSummaries(List)}.\n@param applicationSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummaries(List)", "deprecated" : false, "documentation" : "

                    List of ApplicationSummary objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummaries", "fluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummaries", "getterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of ApplicationSummary objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationSummary)}.\n@param member a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationSummary)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : "", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ApplicationSummaries", "setterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.", "setterMethodName" : "setApplicationSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : "

                    List of ApplicationSummary objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasMoreApplications", "beanStyleSetterMethodName" : "setHasMoreApplications", "c2jName" : "HasMoreApplications", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreApplications(Boolean)}.\n@param hasMoreApplications a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreApplications(Boolean)", "deprecated" : false, "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "hasMoreApplications", "fluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasMoreApplications", "getterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@return Returns true if there are more applications to retrieve.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreApplications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreApplications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HasMoreApplications", "setterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.", "setterMethodName" : "setHasMoreApplications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationSummaries" : { "beanStyleGetterMethodName" : "getApplicationSummaries", "beanStyleSetterMethodName" : "setApplicationSummaries", "c2jName" : "ApplicationSummaries", "c2jShape" : "ApplicationSummaries", "defaultConsumerFluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #applicationSummaries(List)}.\n@param applicationSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummaries(List)", "deprecated" : false, "documentation" : "

                    List of ApplicationSummary objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummaries", "fluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummaries", "getterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of ApplicationSummary objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationSummary)}.\n@param member a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationSummary)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : "", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ApplicationSummaries", "setterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.", "setterMethodName" : "setApplicationSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : "

                    List of ApplicationSummary objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "HasMoreApplications" : { "beanStyleGetterMethodName" : "getHasMoreApplications", "beanStyleSetterMethodName" : "setHasMoreApplications", "c2jName" : "HasMoreApplications", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreApplications(Boolean)}.\n@param hasMoreApplications a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreApplications(Boolean)", "deprecated" : false, "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "hasMoreApplications", "fluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasMoreApplications", "getterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@return Returns true if there are more applications to retrieve.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreApplications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreApplications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HasMoreApplications", "setterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.", "setterMethodName" : "setHasMoreApplications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationSummaries", "beanStyleSetterMethodName" : "setApplicationSummaries", "c2jName" : "ApplicationSummaries", "c2jShape" : "ApplicationSummaries", "defaultConsumerFluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #applicationSummaries(List)}.\n@param applicationSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationSummaries(List)", "deprecated" : false, "documentation" : "

                    List of ApplicationSummary objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationSummaries", "fluentSetterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationSummaries", "getterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return List of ApplicationSummary objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationSummaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ApplicationSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationSummary.Builder} avoiding the need to create one manually via {@link ApplicationSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationSummary.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationSummary)}.\n@param member a consumer that will call methods on {@link ApplicationSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationSummary)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ApplicationSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : null, "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationSummary", "variableName" : "member", "variableType" : "ApplicationSummary", "documentation" : "", "simpleType" : "ApplicationSummary", "variableSetterType" : "ApplicationSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ApplicationSummaries", "setterDocumentation" : "

                    List of ApplicationSummary objects.

                    \n@param applicationSummaries List of ApplicationSummary objects.", "setterMethodName" : "setApplicationSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationSummaries", "variableType" : "java.util.List", "documentation" : "

                    List of ApplicationSummary objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasMoreApplications", "beanStyleSetterMethodName" : "setHasMoreApplications", "c2jName" : "HasMoreApplications", "c2jShape" : "BooleanObject", "defaultConsumerFluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #hasMoreApplications(Boolean)}.\n@param hasMoreApplications a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hasMoreApplications(Boolean)", "deprecated" : false, "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "hasMoreApplications", "fluentSetterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasMoreApplications", "getterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@return Returns true if there are more applications to retrieve.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HasMoreApplications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HasMoreApplications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "HasMoreApplications", "setterDocumentation" : "

                    Returns true if there are more applications to retrieve.

                    \n@param hasMoreApplications Returns true if there are more applications to retrieve.", "setterMethodName" : "setHasMoreApplications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasMoreApplications", "variableType" : "Boolean", "documentation" : "

                    Returns true if there are more applications to retrieve.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationSummaries", "HasMoreApplications" ], "shapeName" : "ListApplicationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListApplicationsResponse", "variableName" : "listApplicationsResponse", "variableType" : "ListApplicationsResponse", "documentation" : null, "simpleType" : "ListApplicationsResponse", "variableSetterType" : "ListApplicationsResponse" }, "wrapper" : false }, "MappingParameters" : { "c2jName" : "MappingParameters", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getJSONMappingParameters", "beanStyleSetterMethodName" : "setJSONMappingParameters", "c2jName" : "JSONMappingParameters", "c2jShape" : "JSONMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link JSONMappingParameters.Builder} avoiding the need to create one manually via {@link JSONMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link JSONMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #jsonMappingParameters(JSONMappingParameters)}.\n@param jsonMappingParameters a consumer that will call methods on {@link JSONMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jsonMappingParameters(JSONMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "jsonMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jsonMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@return Provides additional mapping information when JSON is the record format on the streaming source.", "getterModel" : { "returnType" : "JSONMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JSONMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JSONMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "JSONMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.", "setterMethodName" : "setJSONMappingParameters", "setterModel" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : null, "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCSVMappingParameters", "beanStyleSetterMethodName" : "setCSVMappingParameters", "c2jName" : "CSVMappingParameters", "c2jShape" : "CSVMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \nThis is a convenience that creates an instance of the {@link CSVMappingParameters.Builder} avoiding the need to create one manually via {@link CSVMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link CSVMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #csvMappingParameters(CSVMappingParameters)}.\n@param csvMappingParameters a consumer that will call methods on {@link CSVMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvMappingParameters(CSVMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@return Provides additional mapping information when the record format uses delimiters (for example, CSV).", "getterModel" : { "returnType" : "CSVMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CSVMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CSVMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CSVMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).", "setterMethodName" : "setCSVMappingParameters", "setterModel" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : null, "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CSVMappingParameters" : { "beanStyleGetterMethodName" : "getCSVMappingParameters", "beanStyleSetterMethodName" : "setCSVMappingParameters", "c2jName" : "CSVMappingParameters", "c2jShape" : "CSVMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \nThis is a convenience that creates an instance of the {@link CSVMappingParameters.Builder} avoiding the need to create one manually via {@link CSVMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link CSVMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #csvMappingParameters(CSVMappingParameters)}.\n@param csvMappingParameters a consumer that will call methods on {@link CSVMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvMappingParameters(CSVMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@return Provides additional mapping information when the record format uses delimiters (for example, CSV).", "getterModel" : { "returnType" : "CSVMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CSVMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CSVMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CSVMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).", "setterMethodName" : "setCSVMappingParameters", "setterModel" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : null, "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "xmlNameSpaceUri" : null }, "JSONMappingParameters" : { "beanStyleGetterMethodName" : "getJSONMappingParameters", "beanStyleSetterMethodName" : "setJSONMappingParameters", "c2jName" : "JSONMappingParameters", "c2jShape" : "JSONMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link JSONMappingParameters.Builder} avoiding the need to create one manually via {@link JSONMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link JSONMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #jsonMappingParameters(JSONMappingParameters)}.\n@param jsonMappingParameters a consumer that will call methods on {@link JSONMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jsonMappingParameters(JSONMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "jsonMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jsonMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@return Provides additional mapping information when JSON is the record format on the streaming source.", "getterModel" : { "returnType" : "JSONMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JSONMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JSONMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "JSONMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.", "setterMethodName" : "setJSONMappingParameters", "setterModel" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : null, "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJSONMappingParameters", "beanStyleSetterMethodName" : "setJSONMappingParameters", "c2jName" : "JSONMappingParameters", "c2jShape" : "JSONMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link JSONMappingParameters.Builder} avoiding the need to create one manually via {@link JSONMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link JSONMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #jsonMappingParameters(JSONMappingParameters)}.\n@param jsonMappingParameters a consumer that will call methods on {@link JSONMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jsonMappingParameters(JSONMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "jsonMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jsonMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@return Provides additional mapping information when JSON is the record format on the streaming source.", "getterModel" : { "returnType" : "JSONMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JSONMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JSONMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "JSONMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    \n@param jsonMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.", "setterMethodName" : "setJSONMappingParameters", "setterModel" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : null, "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "JSONMappingParameters", "variableName" : "jsonMappingParameters", "variableType" : "JSONMappingParameters", "documentation" : "

                    Provides additional mapping information when JSON is the record format on the streaming source.

                    ", "simpleType" : "JSONMappingParameters", "variableSetterType" : "JSONMappingParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCSVMappingParameters", "beanStyleSetterMethodName" : "setCSVMappingParameters", "c2jName" : "CSVMappingParameters", "c2jShape" : "CSVMappingParameters", "defaultConsumerFluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \nThis is a convenience that creates an instance of the {@link CSVMappingParameters.Builder} avoiding the need to create one manually via {@link CSVMappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link CSVMappingParameters.Builder#build()} is called immediately and its result is passed to {@link #csvMappingParameters(CSVMappingParameters)}.\n@param csvMappingParameters a consumer that will call methods on {@link CSVMappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvMappingParameters(CSVMappingParameters)", "deprecated" : false, "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvMappingParameters", "fluentSetterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvMappingParameters", "getterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@return Provides additional mapping information when the record format uses delimiters (for example, CSV).", "getterModel" : { "returnType" : "CSVMappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CSVMappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CSVMappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CSVMappingParameters", "setterDocumentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    \n@param csvMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).", "setterMethodName" : "setCSVMappingParameters", "setterModel" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : null, "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "CSVMappingParameters", "variableName" : "csvMappingParameters", "variableType" : "CSVMappingParameters", "documentation" : "

                    Provides additional mapping information when the record format uses delimiters (for example, CSV).

                    ", "simpleType" : "CSVMappingParameters", "variableSetterType" : "CSVMappingParameters" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MappingParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : null, "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "wrapper" : false }, "Output" : { "c2jName" : "Output", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

                    For limits on how many destinations an application can write and other limitations, see Limits.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream.

                    \n@return Name of the in-application stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutput", "beanStyleSetterMethodName" : "setKinesisStreamsOutput", "c2jName" : "KinesisStreamsOutput", "c2jShape" : "KinesisStreamsOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutput.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutput(KinesisStreamsOutput)}.\n@param kinesisStreamsOutput a consumer that will call methods on {@link KinesisStreamsOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutput(KinesisStreamsOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@return Identifies an Amazon Kinesis stream as the destination.", "getterModel" : { "returnType" : "KinesisStreamsOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.", "setterMethodName" : "setKinesisStreamsOutput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : null, "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutput", "beanStyleSetterMethodName" : "setKinesisFirehoseOutput", "c2jName" : "KinesisFirehoseOutput", "c2jShape" : "KinesisFirehoseOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutput(KinesisFirehoseOutput)}.\n@param kinesisFirehoseOutput a consumer that will call methods on {@link KinesisFirehoseOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutput(KinesisFirehoseOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@return Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "getterModel" : { "returnType" : "KinesisFirehoseOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "setterMethodName" : "setKinesisFirehoseOutput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : null, "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "Returns the value of the DestinationSchema property for this object.\n@return The value of the DestinationSchema property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationSchema" : { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "Returns the value of the DestinationSchema property for this object.\n@return The value of the DestinationSchema property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseOutput" : { "beanStyleGetterMethodName" : "getKinesisFirehoseOutput", "beanStyleSetterMethodName" : "setKinesisFirehoseOutput", "c2jName" : "KinesisFirehoseOutput", "c2jShape" : "KinesisFirehoseOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutput(KinesisFirehoseOutput)}.\n@param kinesisFirehoseOutput a consumer that will call methods on {@link KinesisFirehoseOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutput(KinesisFirehoseOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@return Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "getterModel" : { "returnType" : "KinesisFirehoseOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "setterMethodName" : "setKinesisFirehoseOutput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : null, "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "xmlNameSpaceUri" : null }, "KinesisStreamsOutput" : { "beanStyleGetterMethodName" : "getKinesisStreamsOutput", "beanStyleSetterMethodName" : "setKinesisStreamsOutput", "c2jName" : "KinesisStreamsOutput", "c2jShape" : "KinesisStreamsOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutput.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutput(KinesisStreamsOutput)}.\n@param kinesisStreamsOutput a consumer that will call methods on {@link KinesisStreamsOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutput(KinesisStreamsOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@return Identifies an Amazon Kinesis stream as the destination.", "getterModel" : { "returnType" : "KinesisStreamsOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.", "setterMethodName" : "setKinesisStreamsOutput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : null, "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream.

                    \n@return Name of the in-application stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream.

                    \n@return Name of the in-application stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream.

                    \n@param name Name of the in-application stream.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutput", "beanStyleSetterMethodName" : "setKinesisStreamsOutput", "c2jName" : "KinesisStreamsOutput", "c2jShape" : "KinesisStreamsOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutput.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutput(KinesisStreamsOutput)}.\n@param kinesisStreamsOutput a consumer that will call methods on {@link KinesisStreamsOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutput(KinesisStreamsOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@return Identifies an Amazon Kinesis stream as the destination.", "getterModel" : { "returnType" : "KinesisStreamsOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    \n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.", "setterMethodName" : "setKinesisStreamsOutput", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : null, "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutput", "variableName" : "kinesisStreamsOutput", "variableType" : "KinesisStreamsOutput", "documentation" : "

                    Identifies an Amazon Kinesis stream as the destination.

                    ", "simpleType" : "KinesisStreamsOutput", "variableSetterType" : "KinesisStreamsOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutput", "beanStyleSetterMethodName" : "setKinesisFirehoseOutput", "c2jName" : "KinesisFirehoseOutput", "c2jShape" : "KinesisFirehoseOutput", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutput.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutput.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutput(KinesisFirehoseOutput)}.\n@param kinesisFirehoseOutput a consumer that will call methods on {@link KinesisFirehoseOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutput(KinesisFirehoseOutput)", "deprecated" : false, "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutput", "fluentSetterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutput", "getterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@return Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "getterModel" : { "returnType" : "KinesisFirehoseOutput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutput", "setterDocumentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    \n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.", "setterMethodName" : "setKinesisFirehoseOutput", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : null, "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutput", "variableName" : "kinesisFirehoseOutput", "variableType" : "KinesisFirehoseOutput", "documentation" : "

                    Identifies an Amazon Kinesis Firehose delivery stream as the destination.

                    ", "simpleType" : "KinesisFirehoseOutput", "variableSetterType" : "KinesisFirehoseOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "Returns the value of the DestinationSchema property for this object.\n@return The value of the DestinationSchema property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "Sets the value of the DestinationSchema property for this object.\n\n@param destinationSchema The new value for the DestinationSchema property for this object.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "DestinationSchema" ], "shapeName" : "Output", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Output", "variableName" : "output", "variableType" : "Output", "documentation" : null, "simpleType" : "Output", "variableSetterType" : "Output" }, "wrapper" : false }, "OutputDescription" : { "c2jName" : "OutputDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    A unique identifier for the output configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@return A unique identifier for the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    A unique identifier for the output configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@return Name of the in-application stream configured as output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsOutputDescription", "c2jName" : "KinesisStreamsOutputDescription", "c2jShape" : "KinesisStreamsOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)}.\n@param kinesisStreamsOutputDescription a consumer that will call methods on {@link KinesisStreamsOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputDescription", "fluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputDescription", "getterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@return Describes Amazon Kinesis stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisStreamsOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputDescription", "setterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.", "setterMethodName" : "setKinesisStreamsOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : null, "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputDescription", "c2jName" : "KinesisFirehoseOutputDescription", "c2jShape" : "KinesisFirehoseOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)}.\n@param kinesisFirehoseOutputDescription a consumer that will call methods on {@link KinesisFirehoseOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputDescription", "fluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputDescription", "getterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@return Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisFirehoseOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputDescription", "setterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "setterMethodName" : "setKinesisFirehoseOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "

                    Data format used for writing data to the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@return Data format used for writing data to the destination.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "

                    Data format used for writing data to the destination.

                    ", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationSchema" : { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "

                    Data format used for writing data to the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@return Data format used for writing data to the destination.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "

                    Data format used for writing data to the destination.

                    ", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseOutputDescription" : { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputDescription", "c2jName" : "KinesisFirehoseOutputDescription", "c2jShape" : "KinesisFirehoseOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)}.\n@param kinesisFirehoseOutputDescription a consumer that will call methods on {@link KinesisFirehoseOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputDescription", "fluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputDescription", "getterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@return Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisFirehoseOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputDescription", "setterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "setterMethodName" : "setKinesisFirehoseOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "xmlNameSpaceUri" : null }, "KinesisStreamsOutputDescription" : { "beanStyleGetterMethodName" : "getKinesisStreamsOutputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsOutputDescription", "c2jName" : "KinesisStreamsOutputDescription", "c2jShape" : "KinesisStreamsOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)}.\n@param kinesisStreamsOutputDescription a consumer that will call methods on {@link KinesisStreamsOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputDescription", "fluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputDescription", "getterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@return Describes Amazon Kinesis stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisStreamsOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputDescription", "setterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.", "setterMethodName" : "setKinesisStreamsOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : null, "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@return Name of the in-application stream configured as output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputId" : { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    A unique identifier for the output configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@return A unique identifier for the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    A unique identifier for the output configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    A unique identifier for the output configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@return A unique identifier for the output configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    A unique identifier for the output configuration.

                    \n@param outputId A unique identifier for the output configuration.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    A unique identifier for the output configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@return Name of the in-application stream configured as output.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the in-application stream configured as output.

                    \n@param name Name of the in-application stream configured as output.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the in-application stream configured as output.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutputDescription", "beanStyleSetterMethodName" : "setKinesisStreamsOutputDescription", "c2jName" : "KinesisStreamsOutputDescription", "c2jShape" : "KinesisStreamsOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)}.\n@param kinesisStreamsOutputDescription a consumer that will call methods on {@link KinesisStreamsOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputDescription(KinesisStreamsOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputDescription", "fluentSetterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputDescription", "getterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@return Describes Amazon Kinesis stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisStreamsOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputDescription", "setterDocumentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    \n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.", "setterMethodName" : "setKinesisStreamsOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : null, "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputDescription", "variableName" : "kinesisStreamsOutputDescription", "variableType" : "KinesisStreamsOutputDescription", "documentation" : "

                    Describes Amazon Kinesis stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisStreamsOutputDescription", "variableSetterType" : "KinesisStreamsOutputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputDescription", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputDescription", "c2jName" : "KinesisFirehoseOutputDescription", "c2jShape" : "KinesisFirehoseOutputDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputDescription.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputDescription.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)}.\n@param kinesisFirehoseOutputDescription a consumer that will call methods on {@link KinesisFirehoseOutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription)", "deprecated" : false, "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputDescription", "fluentSetterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputDescription", "getterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@return Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "getterModel" : { "returnType" : "KinesisFirehoseOutputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputDescription", "setterDocumentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    \n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.", "setterMethodName" : "setKinesisFirehoseOutputDescription", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : null, "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputDescription", "variableName" : "kinesisFirehoseOutputDescription", "variableType" : "KinesisFirehoseOutputDescription", "documentation" : "

                    Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

                    ", "simpleType" : "KinesisFirehoseOutputDescription", "variableSetterType" : "KinesisFirehoseOutputDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchema", "beanStyleSetterMethodName" : "setDestinationSchema", "c2jName" : "DestinationSchema", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchema(DestinationSchema)}.\n@param destinationSchema a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchema(DestinationSchema)", "deprecated" : false, "documentation" : "

                    Data format used for writing data to the destination.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchema", "fluentSetterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchema", "getterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@return Data format used for writing data to the destination.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchema", "setterDocumentation" : "

                    Data format used for writing data to the destination.

                    \n@param destinationSchema Data format used for writing data to the destination.", "setterMethodName" : "setDestinationSchema", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchema", "variableType" : "DestinationSchema", "documentation" : "

                    Data format used for writing data to the destination.

                    ", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OutputDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputDescription", "variableName" : "outputDescription", "variableType" : "OutputDescription", "documentation" : null, "simpleType" : "OutputDescription", "variableSetterType" : "OutputDescription" }, "wrapper" : false }, "OutputUpdate" : { "c2jName" : "OutputUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes updates to the output configuration identified by the OutputId.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@return Identifies the specific output configuration that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNameUpdate", "beanStyleSetterMethodName" : "setNameUpdate", "c2jName" : "NameUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameUpdate(String)}.\n@param nameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameUpdate(String)", "deprecated" : false, "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nameUpdate", "fluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameUpdate", "getterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@return If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NameUpdate", "setterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "setterMethodName" : "setNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsOutputUpdate", "c2jName" : "KinesisStreamsOutputUpdate", "c2jShape" : "KinesisStreamsOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)}.\n@param kinesisStreamsOutputUpdate a consumer that will call methods on {@link KinesisStreamsOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputUpdate", "fluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputUpdate", "getterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@return Describes an Amazon Kinesis stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisStreamsOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputUpdate", "setterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.", "setterMethodName" : "setKinesisStreamsOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputUpdate", "c2jName" : "KinesisFirehoseOutputUpdate", "c2jShape" : "KinesisFirehoseOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)}.\n@param kinesisFirehoseOutputUpdate a consumer that will call methods on {@link KinesisFirehoseOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputUpdate", "fluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputUpdate", "getterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@return Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisFirehoseOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputUpdate", "setterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "setterMethodName" : "setKinesisFirehoseOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchemaUpdate", "beanStyleSetterMethodName" : "setDestinationSchemaUpdate", "c2jName" : "DestinationSchemaUpdate", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchemaUpdate(DestinationSchema)}.\n@param destinationSchemaUpdate a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchemaUpdate(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchemaUpdate", "getterDocumentation" : "Returns the value of the DestinationSchemaUpdate property for this object.\n@return The value of the DestinationSchemaUpdate property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchemaUpdate", "setterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.", "setterMethodName" : "setDestinationSchemaUpdate", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationSchemaUpdate" : { "beanStyleGetterMethodName" : "getDestinationSchemaUpdate", "beanStyleSetterMethodName" : "setDestinationSchemaUpdate", "c2jName" : "DestinationSchemaUpdate", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchemaUpdate(DestinationSchema)}.\n@param destinationSchemaUpdate a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchemaUpdate(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchemaUpdate", "getterDocumentation" : "Returns the value of the DestinationSchemaUpdate property for this object.\n@return The value of the DestinationSchemaUpdate property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchemaUpdate", "setterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.", "setterMethodName" : "setDestinationSchemaUpdate", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null }, "KinesisFirehoseOutputUpdate" : { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputUpdate", "c2jName" : "KinesisFirehoseOutputUpdate", "c2jShape" : "KinesisFirehoseOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)}.\n@param kinesisFirehoseOutputUpdate a consumer that will call methods on {@link KinesisFirehoseOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputUpdate", "fluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputUpdate", "getterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@return Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisFirehoseOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputUpdate", "setterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "setterMethodName" : "setKinesisFirehoseOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "xmlNameSpaceUri" : null }, "KinesisStreamsOutputUpdate" : { "beanStyleGetterMethodName" : "getKinesisStreamsOutputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsOutputUpdate", "c2jName" : "KinesisStreamsOutputUpdate", "c2jShape" : "KinesisStreamsOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)}.\n@param kinesisStreamsOutputUpdate a consumer that will call methods on {@link KinesisStreamsOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputUpdate", "fluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputUpdate", "getterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@return Describes an Amazon Kinesis stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisStreamsOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputUpdate", "setterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.", "setterMethodName" : "setKinesisStreamsOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "xmlNameSpaceUri" : null }, "NameUpdate" : { "beanStyleGetterMethodName" : "getNameUpdate", "beanStyleSetterMethodName" : "setNameUpdate", "c2jName" : "NameUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameUpdate(String)}.\n@param nameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameUpdate(String)", "deprecated" : false, "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nameUpdate", "fluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameUpdate", "getterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@return If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NameUpdate", "setterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "setterMethodName" : "setNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputId" : { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@return Identifies the specific output configuration that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutputId", "beanStyleSetterMethodName" : "setOutputId", "c2jName" : "OutputId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputId(String)}.\n@param outputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputId(String)", "deprecated" : false, "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "outputId", "fluentSetterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputId", "getterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@return Identifies the specific output configuration that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputId", "setterDocumentation" : "

                    Identifies the specific output configuration that you want to update.

                    \n@param outputId Identifies the specific output configuration that you want to update.", "setterMethodName" : "setOutputId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputId", "variableType" : "String", "documentation" : "

                    Identifies the specific output configuration that you want to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNameUpdate", "beanStyleSetterMethodName" : "setNameUpdate", "c2jName" : "NameUpdate", "c2jShape" : "InAppStreamName", "defaultConsumerFluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameUpdate(String)}.\n@param nameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameUpdate(String)", "deprecated" : false, "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "nameUpdate", "fluentSetterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameUpdate", "getterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@return If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NameUpdate", "setterDocumentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    \n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.", "setterMethodName" : "setNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameUpdate", "variableType" : "String", "documentation" : "

                    If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisStreamsOutputUpdate", "beanStyleSetterMethodName" : "setKinesisStreamsOutputUpdate", "c2jName" : "KinesisStreamsOutputUpdate", "c2jShape" : "KinesisStreamsOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisStreamsOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisStreamsOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisStreamsOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)}.\n@param kinesisStreamsOutputUpdate a consumer that will call methods on {@link KinesisStreamsOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisStreamsOutputUpdate", "fluentSetterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisStreamsOutputUpdate", "getterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@return Describes an Amazon Kinesis stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisStreamsOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisStreamsOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisStreamsOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisStreamsOutputUpdate", "setterDocumentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    \n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.", "setterMethodName" : "setKinesisStreamsOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : null, "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisStreamsOutputUpdate", "variableName" : "kinesisStreamsOutputUpdate", "variableType" : "KinesisStreamsOutputUpdate", "documentation" : "

                    Describes an Amazon Kinesis stream as the destination for the output.

                    ", "simpleType" : "KinesisStreamsOutputUpdate", "variableSetterType" : "KinesisStreamsOutputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKinesisFirehoseOutputUpdate", "beanStyleSetterMethodName" : "setKinesisFirehoseOutputUpdate", "c2jName" : "KinesisFirehoseOutputUpdate", "c2jShape" : "KinesisFirehoseOutputUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \nThis is a convenience that creates an instance of the {@link KinesisFirehoseOutputUpdate.Builder} avoiding the need to create one manually via {@link KinesisFirehoseOutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link KinesisFirehoseOutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)}.\n@param kinesisFirehoseOutputUpdate a consumer that will call methods on {@link KinesisFirehoseOutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate)", "deprecated" : false, "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kinesisFirehoseOutputUpdate", "fluentSetterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kinesisFirehoseOutputUpdate", "getterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@return Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "getterModel" : { "returnType" : "KinesisFirehoseOutputUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KinesisFirehoseOutputUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KinesisFirehoseOutputUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "KinesisFirehoseOutputUpdate", "setterDocumentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    \n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.", "setterMethodName" : "setKinesisFirehoseOutputUpdate", "setterModel" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : null, "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "KinesisFirehoseOutputUpdate", "variableName" : "kinesisFirehoseOutputUpdate", "variableType" : "KinesisFirehoseOutputUpdate", "documentation" : "

                    Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.

                    ", "simpleType" : "KinesisFirehoseOutputUpdate", "variableSetterType" : "KinesisFirehoseOutputUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationSchemaUpdate", "beanStyleSetterMethodName" : "setDestinationSchemaUpdate", "c2jName" : "DestinationSchemaUpdate", "c2jShape" : "DestinationSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link DestinationSchema.Builder} avoiding the need to create one manually via {@link DestinationSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link DestinationSchema.Builder#build()} is called immediately and its result is passed to {@link #destinationSchemaUpdate(DestinationSchema)}.\n@param destinationSchemaUpdate a consumer that will call methods on {@link DestinationSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationSchemaUpdate(DestinationSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "destinationSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationSchemaUpdate", "getterDocumentation" : "Returns the value of the DestinationSchemaUpdate property for this object.\n@return The value of the DestinationSchemaUpdate property for this object.", "getterModel" : { "returnType" : "DestinationSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DestinationSchemaUpdate", "setterDocumentation" : "Sets the value of the DestinationSchemaUpdate property for this object.\n\n@param destinationSchemaUpdate The new value for the DestinationSchemaUpdate property for this object.", "setterMethodName" : "setDestinationSchemaUpdate", "setterModel" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : null, "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "DestinationSchema", "variableName" : "destinationSchemaUpdate", "variableType" : "DestinationSchema", "documentation" : "", "simpleType" : "DestinationSchema", "variableSetterType" : "DestinationSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OutputId" ], "shapeName" : "OutputUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputUpdate", "variableName" : "outputUpdate", "variableType" : "OutputUpdate", "documentation" : null, "simpleType" : "OutputUpdate", "variableSetterType" : "OutputUpdate" }, "wrapper" : false }, "RecordColumn" : { "c2jName" : "RecordColumn", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

                    Also used to describe the format of the reference data source.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RecordColumnName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@return Name of the column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMapping", "beanStyleSetterMethodName" : "setMapping", "c2jName" : "Mapping", "c2jShape" : "RecordColumnMapping", "defaultConsumerFluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mapping(String)}.\n@param mapping a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mapping(String)", "deprecated" : false, "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mapping", "fluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mapping", "getterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@return Reference to the data element in the streaming input of the reference data source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Mapping", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mapping", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mapping", "setterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.", "setterMethodName" : "setMapping", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSqlType", "beanStyleSetterMethodName" : "setSqlType", "c2jName" : "SqlType", "c2jShape" : "RecordColumnSqlType", "defaultConsumerFluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlType(String)}.\n@param sqlType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlType(String)", "deprecated" : false, "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sqlType", "fluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlType", "getterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@return Type of column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SqlType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SqlType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SqlType", "setterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.", "setterMethodName" : "setSqlType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Mapping" : { "beanStyleGetterMethodName" : "getMapping", "beanStyleSetterMethodName" : "setMapping", "c2jName" : "Mapping", "c2jShape" : "RecordColumnMapping", "defaultConsumerFluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mapping(String)}.\n@param mapping a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mapping(String)", "deprecated" : false, "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mapping", "fluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mapping", "getterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@return Reference to the data element in the streaming input of the reference data source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Mapping", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mapping", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mapping", "setterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.", "setterMethodName" : "setMapping", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RecordColumnName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@return Name of the column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SqlType" : { "beanStyleGetterMethodName" : "getSqlType", "beanStyleSetterMethodName" : "setSqlType", "c2jName" : "SqlType", "c2jShape" : "RecordColumnSqlType", "defaultConsumerFluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlType(String)}.\n@param sqlType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlType(String)", "deprecated" : false, "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sqlType", "fluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlType", "getterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@return Type of column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SqlType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SqlType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SqlType", "setterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.", "setterMethodName" : "setSqlType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RecordColumnName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@return Name of the column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    \n@param name Name of the column created in the in-application input stream or reference table.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    Name of the column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMapping", "beanStyleSetterMethodName" : "setMapping", "c2jName" : "Mapping", "c2jShape" : "RecordColumnMapping", "defaultConsumerFluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #mapping(String)}.\n@param mapping a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mapping(String)", "deprecated" : false, "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mapping", "fluentSetterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mapping", "getterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@return Reference to the data element in the streaming input of the reference data source.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Mapping", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mapping", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mapping", "setterDocumentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    \n@param mapping Reference to the data element in the streaming input of the reference data source.", "setterMethodName" : "setMapping", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mapping", "variableType" : "String", "documentation" : "

                    Reference to the data element in the streaming input of the reference data source.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSqlType", "beanStyleSetterMethodName" : "setSqlType", "c2jName" : "SqlType", "c2jShape" : "RecordColumnSqlType", "defaultConsumerFluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sqlType(String)}.\n@param sqlType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sqlType(String)", "deprecated" : false, "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sqlType", "fluentSetterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sqlType", "getterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@return Type of column created in the in-application input stream or reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SqlType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SqlType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SqlType", "setterDocumentation" : "

                    Type of column created in the in-application input stream or reference table.

                    \n@param sqlType Type of column created in the in-application input stream or reference table.", "setterMethodName" : "setSqlType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sqlType", "variableType" : "String", "documentation" : "

                    Type of column created in the in-application input stream or reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "SqlType" ], "shapeName" : "RecordColumn", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "recordColumn", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "wrapper" : false }, "RecordFormat" : { "c2jName" : "RecordFormat", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of record format.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

                    The type of record format.

                    ", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

                    The type of record format.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

                    \n@return The type of record format.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

                    The type of record format.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMappingParameters", "beanStyleSetterMethodName" : "setMappingParameters", "c2jName" : "MappingParameters", "c2jShape" : "MappingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link MappingParameters.Builder} avoiding the need to create one manually via {@link MappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link MappingParameters.Builder#build()} is called immediately and its result is passed to {@link #mappingParameters(MappingParameters)}.\n@param mappingParameters a consumer that will call methods on {@link MappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mappingParameters(MappingParameters)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mappingParameters", "fluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mappingParameters", "getterDocumentation" : "Returns the value of the MappingParameters property for this object.\n@return The value of the MappingParameters property for this object.", "getterModel" : { "returnType" : "MappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MappingParameters", "setterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.", "setterMethodName" : "setMappingParameters", "setterModel" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : null, "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : "", "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MappingParameters" : { "beanStyleGetterMethodName" : "getMappingParameters", "beanStyleSetterMethodName" : "setMappingParameters", "c2jName" : "MappingParameters", "c2jShape" : "MappingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link MappingParameters.Builder} avoiding the need to create one manually via {@link MappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link MappingParameters.Builder#build()} is called immediately and its result is passed to {@link #mappingParameters(MappingParameters)}.\n@param mappingParameters a consumer that will call methods on {@link MappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mappingParameters(MappingParameters)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mappingParameters", "fluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mappingParameters", "getterDocumentation" : "Returns the value of the MappingParameters property for this object.\n@return The value of the MappingParameters property for this object.", "getterModel" : { "returnType" : "MappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MappingParameters", "setterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.", "setterMethodName" : "setMappingParameters", "setterModel" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : null, "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : "", "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "xmlNameSpaceUri" : null }, "RecordFormatType" : { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of record format.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

                    The type of record format.

                    ", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

                    The type of record format.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

                    \n@return The type of record format.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

                    The type of record format.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordFormatType", "beanStyleSetterMethodName" : "setRecordFormatType", "c2jName" : "RecordFormatType", "c2jShape" : "RecordFormatType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of record format.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordFormatTypeString(String)}.\n@param recordFormatType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormatType(String)", "deprecated" : false, "documentation" : "

                    The type of record format.

                    ", "enumType" : "RecordFormatType", "fluentEnumGetterMethodName" : "recordFormatType", "fluentGetterMethodName" : "recordFormatTypeString", "fluentSetterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType", "fluentSetterMethodName" : "recordFormatType", "getterDocumentation" : "

                    The type of record format.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #recordFormatType} will return {@link RecordFormatType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #recordFormatTypeString}.\n

                    \n@return The type of record format.\n@see RecordFormatType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormatType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormatType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordFormatType", "setterDocumentation" : "

                    The type of record format.

                    \n@param recordFormatType The type of record format.\n@see RecordFormatType", "setterMethodName" : "setRecordFormatType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordFormatType", "variableType" : "String", "documentation" : "

                    The type of record format.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMappingParameters", "beanStyleSetterMethodName" : "setMappingParameters", "c2jName" : "MappingParameters", "c2jShape" : "MappingParameters", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\nThis is a convenience that creates an instance of the {@link MappingParameters.Builder} avoiding the need to create one manually via {@link MappingParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link MappingParameters.Builder#build()} is called immediately and its result is passed to {@link #mappingParameters(MappingParameters)}.\n@param mappingParameters a consumer that will call methods on {@link MappingParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mappingParameters(MappingParameters)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mappingParameters", "fluentSetterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mappingParameters", "getterDocumentation" : "Returns the value of the MappingParameters property for this object.\n@return The value of the MappingParameters property for this object.", "getterModel" : { "returnType" : "MappingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MappingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MappingParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MappingParameters", "setterDocumentation" : "Sets the value of the MappingParameters property for this object.\n\n@param mappingParameters The new value for the MappingParameters property for this object.", "setterMethodName" : "setMappingParameters", "setterModel" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : null, "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "MappingParameters", "variableName" : "mappingParameters", "variableType" : "MappingParameters", "documentation" : "", "simpleType" : "MappingParameters", "variableSetterType" : "MappingParameters" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RecordFormatType" ], "shapeName" : "RecordFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "wrapper" : false }, "RecordFormatType" : { "c2jName" : "RecordFormatType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "JSON", "value" : "JSON" }, { "name" : "CSV", "value" : "CSV" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RecordFormatType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecordFormatType", "variableName" : "recordFormatType", "variableType" : "RecordFormatType", "documentation" : null, "simpleType" : "RecordFormatType", "variableSetterType" : "RecordFormatType" }, "wrapper" : false }, "ReferenceDataSource" : { "c2jName" : "ReferenceDataSource", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the reference data source by providing the source information (S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application table to create.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    Name of the in-application table to create.

                    \n@return Name of the in-application table to create.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    Name of the in-application table to create.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSource", "beanStyleSetterMethodName" : "setS3ReferenceDataSource", "c2jName" : "S3ReferenceDataSource", "c2jShape" : "S3ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\nThis is a convenience that creates an instance of the {@link S3ReferenceDataSource.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSource(S3ReferenceDataSource)}.\n@param s3ReferenceDataSource a consumer that will call methods on {@link S3ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSource(S3ReferenceDataSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSource", "fluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSource", "getterDocumentation" : "Returns the value of the S3ReferenceDataSource property for this object.\n@return The value of the S3ReferenceDataSource property for this object.", "getterModel" : { "returnType" : "S3ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSource", "setterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.", "setterMethodName" : "setS3ReferenceDataSource", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : null, "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : "", "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReferenceSchema" : { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "S3ReferenceDataSource" : { "beanStyleGetterMethodName" : "getS3ReferenceDataSource", "beanStyleSetterMethodName" : "setS3ReferenceDataSource", "c2jName" : "S3ReferenceDataSource", "c2jShape" : "S3ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\nThis is a convenience that creates an instance of the {@link S3ReferenceDataSource.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSource(S3ReferenceDataSource)}.\n@param s3ReferenceDataSource a consumer that will call methods on {@link S3ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSource(S3ReferenceDataSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSource", "fluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSource", "getterDocumentation" : "Returns the value of the S3ReferenceDataSource property for this object.\n@return The value of the S3ReferenceDataSource property for this object.", "getterModel" : { "returnType" : "S3ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSource", "setterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.", "setterMethodName" : "setS3ReferenceDataSource", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : null, "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : "", "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "xmlNameSpaceUri" : null }, "TableName" : { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application table to create.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    Name of the in-application table to create.

                    \n@return Name of the in-application table to create.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    Name of the in-application table to create.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    Name of the in-application table to create.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    Name of the in-application table to create.

                    \n@return Name of the in-application table to create.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    Name of the in-application table to create.

                    \n@param tableName Name of the in-application table to create.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    Name of the in-application table to create.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSource", "beanStyleSetterMethodName" : "setS3ReferenceDataSource", "c2jName" : "S3ReferenceDataSource", "c2jShape" : "S3ReferenceDataSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\nThis is a convenience that creates an instance of the {@link S3ReferenceDataSource.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSource(S3ReferenceDataSource)}.\n@param s3ReferenceDataSource a consumer that will call methods on {@link S3ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSource(S3ReferenceDataSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSource", "fluentSetterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSource", "getterDocumentation" : "Returns the value of the S3ReferenceDataSource property for this object.\n@return The value of the S3ReferenceDataSource property for this object.", "getterModel" : { "returnType" : "S3ReferenceDataSource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSource", "setterDocumentation" : "Sets the value of the S3ReferenceDataSource property for this object.\n\n@param s3ReferenceDataSource The new value for the S3ReferenceDataSource property for this object.", "setterMethodName" : "setS3ReferenceDataSource", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : null, "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : "", "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName", "ReferenceSchema" ], "shapeName" : "ReferenceDataSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReferenceDataSource", "variableName" : "referenceDataSource", "variableType" : "ReferenceDataSource", "documentation" : null, "simpleType" : "ReferenceDataSource", "variableSetterType" : "ReferenceDataSource" }, "wrapper" : false }, "ReferenceDataSourceDescription" : { "c2jName" : "ReferenceDataSourceDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the reference data source configured for an application.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@return ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@return The in-application table name created by the specific reference data source configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceDescription", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceDescription", "c2jName" : "S3ReferenceDataSourceDescription", "c2jShape" : "S3ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)}.\n@param s3ReferenceDataSourceDescription a consumer that will call methods on {@link S3ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceDescription", "fluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceDescription", "getterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@return Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceDescription", "setterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceDescription", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReferenceId" : { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@return ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReferenceSchema" : { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "S3ReferenceDataSourceDescription" : { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceDescription", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceDescription", "c2jName" : "S3ReferenceDataSourceDescription", "c2jShape" : "S3ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)}.\n@param s3ReferenceDataSourceDescription a consumer that will call methods on {@link S3ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceDescription", "fluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceDescription", "getterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@return Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceDescription", "setterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceDescription", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, "TableName" : { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@return The in-application table name created by the specific reference data source configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@return ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    \n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@return The in-application table name created by the specific reference data source configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    \n@param tableName The in-application table name created by the specific reference data source configuration.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                    The in-application table name created by the specific reference data source configuration.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceDescription", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceDescription", "c2jName" : "S3ReferenceDataSourceDescription", "c2jShape" : "S3ReferenceDataSourceDescription", "defaultConsumerFluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)}.\n@param s3ReferenceDataSourceDescription a consumer that will call methods on {@link S3ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription)", "deprecated" : false, "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceDescription", "fluentSetterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceDescription", "getterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@return Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceDescription", "setterDocumentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceDescription", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : "

                    Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchema", "beanStyleSetterMethodName" : "setReferenceSchema", "c2jName" : "ReferenceSchema", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchema(SourceSchema)}.\n@param referenceSchema a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchema(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchema", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchema", "getterDocumentation" : "Returns the value of the ReferenceSchema property for this object.\n@return The value of the ReferenceSchema property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchema", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchema", "setterDocumentation" : "Sets the value of the ReferenceSchema property for this object.\n\n@param referenceSchema The new value for the ReferenceSchema property for this object.", "setterMethodName" : "setReferenceSchema", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchema", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReferenceId", "TableName", "S3ReferenceDataSourceDescription" ], "shapeName" : "ReferenceDataSourceDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReferenceDataSourceDescription", "variableName" : "referenceDataSourceDescription", "variableType" : "ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "ReferenceDataSourceDescription", "variableSetterType" : "ReferenceDataSourceDescription" }, "wrapper" : false }, "ReferenceDataSourceUpdate" : { "c2jName" : "ReferenceDataSourceUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    When you update a reference data source configuration for an application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@return ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableNameUpdate", "beanStyleSetterMethodName" : "setTableNameUpdate", "c2jName" : "TableNameUpdate", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableNameUpdate(String)}.\n@param tableNameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableNameUpdate(String)", "deprecated" : false, "documentation" : "

                    In-application table name that is created by this update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableNameUpdate", "fluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableNameUpdate", "getterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@return In-application table name that is created by this update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableNameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableNameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableNameUpdate", "setterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.", "setterMethodName" : "setTableNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : "

                    In-application table name that is created by this update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceUpdate", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceUpdate", "c2jName" : "S3ReferenceDataSourceUpdate", "c2jShape" : "S3ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)}.\n@param s3ReferenceDataSourceUpdate a consumer that will call methods on {@link S3ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceUpdate", "fluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceUpdate", "getterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@return Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceUpdate", "setterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceUpdate", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchemaUpdate", "beanStyleSetterMethodName" : "setReferenceSchemaUpdate", "c2jName" : "ReferenceSchemaUpdate", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchemaUpdate(SourceSchema)}.\n@param referenceSchemaUpdate a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchemaUpdate(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchemaUpdate", "getterDocumentation" : "Returns the value of the ReferenceSchemaUpdate property for this object.\n@return The value of the ReferenceSchemaUpdate property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchemaUpdate", "setterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.", "setterMethodName" : "setReferenceSchemaUpdate", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReferenceId" : { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@return ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReferenceSchemaUpdate" : { "beanStyleGetterMethodName" : "getReferenceSchemaUpdate", "beanStyleSetterMethodName" : "setReferenceSchemaUpdate", "c2jName" : "ReferenceSchemaUpdate", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchemaUpdate(SourceSchema)}.\n@param referenceSchemaUpdate a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchemaUpdate(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchemaUpdate", "getterDocumentation" : "Returns the value of the ReferenceSchemaUpdate property for this object.\n@return The value of the ReferenceSchemaUpdate property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchemaUpdate", "setterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.", "setterMethodName" : "setReferenceSchemaUpdate", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null }, "S3ReferenceDataSourceUpdate" : { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceUpdate", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceUpdate", "c2jName" : "S3ReferenceDataSourceUpdate", "c2jShape" : "S3ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)}.\n@param s3ReferenceDataSourceUpdate a consumer that will call methods on {@link S3ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceUpdate", "fluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceUpdate", "getterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@return Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceUpdate", "setterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceUpdate", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, "TableNameUpdate" : { "beanStyleGetterMethodName" : "getTableNameUpdate", "beanStyleSetterMethodName" : "setTableNameUpdate", "c2jName" : "TableNameUpdate", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableNameUpdate(String)}.\n@param tableNameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableNameUpdate(String)", "deprecated" : false, "documentation" : "

                    In-application table name that is created by this update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableNameUpdate", "fluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableNameUpdate", "getterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@return In-application table name that is created by this update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableNameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableNameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableNameUpdate", "setterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.", "setterMethodName" : "setTableNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : "

                    In-application table name that is created by this update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReferenceId", "beanStyleSetterMethodName" : "setReferenceId", "c2jName" : "ReferenceId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceId(String)}.\n@param referenceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceId(String)", "deprecated" : false, "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceId", "fluentSetterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceId", "getterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@return ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceId", "setterDocumentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    \n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setReferenceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceId", "variableType" : "String", "documentation" : "

                    ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableNameUpdate", "beanStyleSetterMethodName" : "setTableNameUpdate", "c2jName" : "TableNameUpdate", "c2jShape" : "InAppTableName", "defaultConsumerFluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableNameUpdate(String)}.\n@param tableNameUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableNameUpdate(String)", "deprecated" : false, "documentation" : "

                    In-application table name that is created by this update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableNameUpdate", "fluentSetterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableNameUpdate", "getterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@return In-application table name that is created by this update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableNameUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableNameUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableNameUpdate", "setterDocumentation" : "

                    In-application table name that is created by this update.

                    \n@param tableNameUpdate In-application table name that is created by this update.", "setterMethodName" : "setTableNameUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableNameUpdate", "variableType" : "String", "documentation" : "

                    In-application table name that is created by this update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ReferenceDataSourceUpdate", "beanStyleSetterMethodName" : "setS3ReferenceDataSourceUpdate", "c2jName" : "S3ReferenceDataSourceUpdate", "c2jShape" : "S3ReferenceDataSourceUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link S3ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link S3ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)}.\n@param s3ReferenceDataSourceUpdate a consumer that will call methods on {@link S3ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate)", "deprecated" : false, "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ReferenceDataSourceUpdate", "fluentSetterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ReferenceDataSourceUpdate", "getterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@return Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "getterModel" : { "returnType" : "S3ReferenceDataSourceUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ReferenceDataSourceUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ReferenceDataSourceUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3ReferenceDataSourceUpdate", "setterDocumentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    \n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.", "setterMethodName" : "setS3ReferenceDataSourceUpdate", "setterModel" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceSchemaUpdate", "beanStyleSetterMethodName" : "setReferenceSchemaUpdate", "c2jName" : "ReferenceSchemaUpdate", "c2jShape" : "SourceSchema", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link SourceSchema.Builder} avoiding the need to create one manually via {@link SourceSchema#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceSchema.Builder#build()} is called immediately and its result is passed to {@link #referenceSchemaUpdate(SourceSchema)}.\n@param referenceSchemaUpdate a consumer that will call methods on {@link SourceSchema.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceSchemaUpdate(SourceSchema)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceSchemaUpdate", "fluentSetterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceSchemaUpdate", "getterDocumentation" : "Returns the value of the ReferenceSchemaUpdate property for this object.\n@return The value of the ReferenceSchemaUpdate property for this object.", "getterModel" : { "returnType" : "SourceSchema", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceSchemaUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceSchemaUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReferenceSchemaUpdate", "setterDocumentation" : "Sets the value of the ReferenceSchemaUpdate property for this object.\n\n@param referenceSchemaUpdate The new value for the ReferenceSchemaUpdate property for this object.", "setterMethodName" : "setReferenceSchemaUpdate", "setterModel" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "simple" : false, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "referenceSchemaUpdate", "variableType" : "SourceSchema", "documentation" : "", "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReferenceId" ], "shapeName" : "ReferenceDataSourceUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReferenceDataSourceUpdate", "variableName" : "referenceDataSourceUpdate", "variableType" : "ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "ReferenceDataSourceUpdate", "variableSetterType" : "ReferenceDataSourceUpdate" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Application is not available for this operation.

                    ", "enums" : null, "errorCode" : "ResourceInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Specified application can't be found.

                    ", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ResourceProvisionedThroughputExceededException" : { "c2jName" : "ResourceProvisionedThroughputExceededException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Discovery failed to get a record from the streaming source because of the Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.

                    ", "enums" : null, "errorCode" : "ResourceProvisionedThroughputExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceProvisionedThroughputExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceProvisionedThroughputExceededException", "variableName" : "resourceProvisionedThroughputExceededException", "variableType" : "ResourceProvisionedThroughputExceededException", "documentation" : null, "simpleType" : "ResourceProvisionedThroughputExceededException", "variableSetterType" : "ResourceProvisionedThroughputExceededException" }, "wrapper" : false }, "S3Configuration" : { "c2jName" : "S3Configuration", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "Returns the value of the RoleARN property for this object.\n@return The value of the RoleARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "Returns the value of the BucketARN property for this object.\n@return The value of the BucketARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "Returns the value of the FileKey property for this object.\n@return The value of the FileKey property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketARN" : { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "Returns the value of the BucketARN property for this object.\n@return The value of the BucketARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileKey" : { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "Returns the value of the FileKey property for this object.\n@return The value of the FileKey property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleARN" : { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "Returns the value of the RoleARN property for this object.\n@return The value of the RoleARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRoleARN", "beanStyleSetterMethodName" : "setRoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleARN(String)}.\n@param roleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "roleARN", "fluentSetterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleARN", "getterDocumentation" : "Returns the value of the RoleARN property for this object.\n@return The value of the RoleARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleARN", "setterDocumentation" : "Sets the value of the RoleARN property for this object.\n\n@param roleARN The new value for the RoleARN property for this object.", "setterMethodName" : "setRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "Returns the value of the BucketARN property for this object.\n@return The value of the BucketARN property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "Sets the value of the BucketARN property for this object.\n\n@param bucketARN The new value for the BucketARN property for this object.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "Returns the value of the FileKey property for this object.\n@return The value of the FileKey property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "Sets the value of the FileKey property for this object.\n\n@param fileKey The new value for the FileKey property for this object.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RoleARN", "BucketARN", "FileKey" ], "shapeName" : "S3Configuration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Configuration", "variableName" : "s3Configuration", "variableType" : "S3Configuration", "documentation" : null, "simpleType" : "S3Configuration", "variableSetterType" : "S3Configuration" }, "wrapper" : false }, "S3ReferenceDataSource" : { "c2jName" : "S3ReferenceDataSource", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.

                    An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Object key name containing reference data.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Object key name containing reference data.

                    \n@return Object key name containing reference data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Object key name containing reference data.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@return ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketARN" : { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileKey" : { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Object key name containing reference data.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Object key name containing reference data.

                    \n@return Object key name containing reference data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Object key name containing reference data.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReferenceRoleARN" : { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@return ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Object key name containing reference data.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Object key name containing reference data.

                    \n@return Object key name containing reference data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Object key name containing reference data.

                    \n@param fileKey Object key name containing reference data.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Object key name containing reference data.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@return ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    \n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BucketARN", "FileKey", "ReferenceRoleARN" ], "shapeName" : "S3ReferenceDataSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3ReferenceDataSource", "variableName" : "s3ReferenceDataSource", "variableType" : "S3ReferenceDataSource", "documentation" : null, "simpleType" : "S3ReferenceDataSource", "variableSetterType" : "S3ReferenceDataSource" }, "wrapper" : false }, "S3ReferenceDataSourceDescription" : { "c2jName" : "S3ReferenceDataSourceDescription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Provides the bucket name and object key name that stores the reference data.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Amazon S3 object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Amazon S3 object key name.

                    \n@return Amazon S3 object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Amazon S3 object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketARN" : { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileKey" : { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Amazon S3 object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Amazon S3 object key name.

                    \n@return Amazon S3 object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Amazon S3 object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReferenceRoleARN" : { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucketARN", "beanStyleSetterMethodName" : "setBucketARN", "c2jName" : "BucketARN", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARN(String)}.\n@param bucketARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARN(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARN", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARN", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARN", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARN", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKey", "beanStyleSetterMethodName" : "setFileKey", "c2jName" : "FileKey", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKey(String)}.\n@param fileKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKey(String)", "deprecated" : false, "documentation" : "

                    Amazon S3 object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKey", "fluentSetterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKey", "getterDocumentation" : "

                    Amazon S3 object key name.

                    \n@return Amazon S3 object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKey", "setterDocumentation" : "

                    Amazon S3 object key name.

                    \n@param fileKey Amazon S3 object key name.", "setterMethodName" : "setFileKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKey", "variableType" : "String", "documentation" : "

                    Amazon S3 object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARN", "beanStyleSetterMethodName" : "setReferenceRoleARN", "c2jName" : "ReferenceRoleARN", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARN(String)}.\n@param referenceRoleARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARN(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARN", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARN", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARN", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    \n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.", "setterMethodName" : "setReferenceRoleARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARN", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BucketARN", "FileKey", "ReferenceRoleARN" ], "shapeName" : "S3ReferenceDataSourceDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceDescription", "variableName" : "s3ReferenceDataSourceDescription", "variableType" : "S3ReferenceDataSourceDescription", "documentation" : null, "simpleType" : "S3ReferenceDataSourceDescription", "variableSetterType" : "S3ReferenceDataSourceDescription" }, "wrapper" : false }, "S3ReferenceDataSourceUpdate" : { "c2jName" : "S3ReferenceDataSourceUpdate", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBucketARNUpdate", "beanStyleSetterMethodName" : "setBucketARNUpdate", "c2jName" : "BucketARNUpdate", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARNUpdate(String)}.\n@param bucketARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKeyUpdate", "beanStyleSetterMethodName" : "setFileKeyUpdate", "c2jName" : "FileKeyUpdate", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKeyUpdate(String)}.\n@param fileKeyUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKeyUpdate(String)", "deprecated" : false, "documentation" : "

                    Object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKeyUpdate", "fluentSetterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKeyUpdate", "getterDocumentation" : "

                    Object key name.

                    \n@return Object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKeyUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKeyUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKeyUpdate", "setterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.", "setterMethodName" : "setFileKeyUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : "

                    Object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARNUpdate", "beanStyleSetterMethodName" : "setReferenceRoleARNUpdate", "c2jName" : "ReferenceRoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARNUpdate(String)}.\n@param referenceRoleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "setterMethodName" : "setReferenceRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketARNUpdate" : { "beanStyleGetterMethodName" : "getBucketARNUpdate", "beanStyleSetterMethodName" : "setBucketARNUpdate", "c2jName" : "BucketARNUpdate", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARNUpdate(String)}.\n@param bucketARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileKeyUpdate" : { "beanStyleGetterMethodName" : "getFileKeyUpdate", "beanStyleSetterMethodName" : "setFileKeyUpdate", "c2jName" : "FileKeyUpdate", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKeyUpdate(String)}.\n@param fileKeyUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKeyUpdate(String)", "deprecated" : false, "documentation" : "

                    Object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKeyUpdate", "fluentSetterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKeyUpdate", "getterDocumentation" : "

                    Object key name.

                    \n@return Object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKeyUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKeyUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKeyUpdate", "setterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.", "setterMethodName" : "setFileKeyUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : "

                    Object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReferenceRoleARNUpdate" : { "beanStyleGetterMethodName" : "getReferenceRoleARNUpdate", "beanStyleSetterMethodName" : "setReferenceRoleARNUpdate", "c2jName" : "ReferenceRoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARNUpdate(String)}.\n@param referenceRoleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "setterMethodName" : "setReferenceRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucketARNUpdate", "beanStyleSetterMethodName" : "setBucketARNUpdate", "c2jName" : "BucketARNUpdate", "c2jShape" : "BucketARN", "defaultConsumerFluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketARNUpdate(String)}.\n@param bucketARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketARNUpdate(String)", "deprecated" : false, "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketARNUpdate", "fluentSetterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketARNUpdate", "getterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@return Amazon Resource Name (ARN) of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketARNUpdate", "setterDocumentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    \n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.", "setterMethodName" : "setBucketARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketARNUpdate", "variableType" : "String", "documentation" : "

                    Amazon Resource Name (ARN) of the S3 bucket.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileKeyUpdate", "beanStyleSetterMethodName" : "setFileKeyUpdate", "c2jName" : "FileKeyUpdate", "c2jShape" : "FileKey", "defaultConsumerFluentSetterDocumentation" : "

                    Object key name.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileKeyUpdate(String)}.\n@param fileKeyUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileKeyUpdate(String)", "deprecated" : false, "documentation" : "

                    Object key name.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fileKeyUpdate", "fluentSetterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileKeyUpdate", "getterDocumentation" : "

                    Object key name.

                    \n@return Object key name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FileKeyUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileKeyUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FileKeyUpdate", "setterDocumentation" : "

                    Object key name.

                    \n@param fileKeyUpdate Object key name.", "setterMethodName" : "setFileKeyUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileKeyUpdate", "variableType" : "String", "documentation" : "

                    Object key name.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReferenceRoleARNUpdate", "beanStyleSetterMethodName" : "setReferenceRoleARNUpdate", "c2jName" : "ReferenceRoleARNUpdate", "c2jShape" : "RoleARN", "defaultConsumerFluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #referenceRoleARNUpdate(String)}.\n@param referenceRoleARNUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceRoleARNUpdate(String)", "deprecated" : false, "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "referenceRoleARNUpdate", "fluentSetterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "referenceRoleARNUpdate", "getterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReferenceRoleARNUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReferenceRoleARNUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReferenceRoleARNUpdate", "setterDocumentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    \n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.", "setterMethodName" : "setReferenceRoleARNUpdate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "referenceRoleARNUpdate", "variableType" : "String", "documentation" : "

                    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "S3ReferenceDataSourceUpdate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3ReferenceDataSourceUpdate", "variableName" : "s3ReferenceDataSourceUpdate", "variableType" : "S3ReferenceDataSourceUpdate", "documentation" : null, "simpleType" : "S3ReferenceDataSourceUpdate", "variableSetterType" : "S3ReferenceDataSourceUpdate" }, "wrapper" : false }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The service is unavailable, back off and retry the operation.

                    ", "enums" : null, "errorCode" : "ServiceUnavailableException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUnavailableException", "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "wrapper" : false }, "SourceSchema" : { "c2jName" : "SourceSchema", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRecordFormat", "beanStyleSetterMethodName" : "setRecordFormat", "c2jName" : "RecordFormat", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormat(RecordFormat)}.\n@param recordFormat a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormat(RecordFormat)", "deprecated" : false, "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormat", "fluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormat", "getterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormat", "setterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormat", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordEncoding", "beanStyleSetterMethodName" : "setRecordEncoding", "c2jName" : "RecordEncoding", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncoding(String)}.\n@param recordEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncoding(String)", "deprecated" : false, "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncoding", "fluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncoding", "getterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncoding", "setterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumns", "beanStyleSetterMethodName" : "setRecordColumns", "c2jName" : "RecordColumns", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumns(List)}.\n@param recordColumns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumns(List)", "deprecated" : false, "documentation" : "

                    A list of RecordColumn objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumns", "fluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumns", "getterDocumentation" : "

                    A list of RecordColumn objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of RecordColumn objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumns", "setterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.", "setterMethodName" : "setRecordColumns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : "

                    A list of RecordColumn objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RecordColumns" : { "beanStyleGetterMethodName" : "getRecordColumns", "beanStyleSetterMethodName" : "setRecordColumns", "c2jName" : "RecordColumns", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumns(List)}.\n@param recordColumns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumns(List)", "deprecated" : false, "documentation" : "

                    A list of RecordColumn objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumns", "fluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumns", "getterDocumentation" : "

                    A list of RecordColumn objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of RecordColumn objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumns", "setterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.", "setterMethodName" : "setRecordColumns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : "

                    A list of RecordColumn objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RecordEncoding" : { "beanStyleGetterMethodName" : "getRecordEncoding", "beanStyleSetterMethodName" : "setRecordEncoding", "c2jName" : "RecordEncoding", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncoding(String)}.\n@param recordEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncoding(String)", "deprecated" : false, "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncoding", "fluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncoding", "getterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncoding", "setterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecordFormat" : { "beanStyleGetterMethodName" : "getRecordFormat", "beanStyleSetterMethodName" : "setRecordFormat", "c2jName" : "RecordFormat", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormat(RecordFormat)}.\n@param recordFormat a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormat(RecordFormat)", "deprecated" : false, "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormat", "fluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormat", "getterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormat", "setterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormat", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRecordFormat", "beanStyleSetterMethodName" : "setRecordFormat", "c2jName" : "RecordFormat", "c2jShape" : "RecordFormat", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \nThis is a convenience that creates an instance of the {@link RecordFormat.Builder} avoiding the need to create one manually via {@link RecordFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordFormat.Builder#build()} is called immediately and its result is passed to {@link #recordFormat(RecordFormat)}.\n@param recordFormat a consumer that will call methods on {@link RecordFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordFormat(RecordFormat)", "deprecated" : false, "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordFormat", "fluentSetterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordFormat", "getterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@return Specifies the format of the records on the streaming source.", "getterModel" : { "returnType" : "RecordFormat", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RecordFormat", "setterDocumentation" : "

                    Specifies the format of the records on the streaming source.

                    \n@param recordFormat Specifies the format of the records on the streaming source.", "setterMethodName" : "setRecordFormat", "setterModel" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : null, "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordFormat", "variableName" : "recordFormat", "variableType" : "RecordFormat", "documentation" : "

                    Specifies the format of the records on the streaming source.

                    ", "simpleType" : "RecordFormat", "variableSetterType" : "RecordFormat" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordEncoding", "beanStyleSetterMethodName" : "setRecordEncoding", "c2jName" : "RecordEncoding", "c2jShape" : "RecordEncoding", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recordEncoding(String)}.\n@param recordEncoding a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordEncoding(String)", "deprecated" : false, "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordEncoding", "fluentSetterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordEncoding", "getterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordEncoding", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordEncoding", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RecordEncoding", "setterDocumentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    \n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.", "setterMethodName" : "setRecordEncoding", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "recordEncoding", "variableType" : "String", "documentation" : "

                    Specifies the encoding of the records in the streaming source. For example, UTF-8.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecordColumns", "beanStyleSetterMethodName" : "setRecordColumns", "c2jName" : "RecordColumns", "c2jShape" : "RecordColumns", "defaultConsumerFluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #recordColumns(List)}.\n@param recordColumns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordColumns(List)", "deprecated" : false, "documentation" : "

                    A list of RecordColumn objects.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "recordColumns", "fluentSetterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordColumns", "getterDocumentation" : "

                    A list of RecordColumn objects.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of RecordColumn objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RecordColumns", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RecordColumns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RecordColumn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RecordColumn.Builder} avoiding the need to create one manually via {@link RecordColumn#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecordColumn.Builder#build()} is called immediately and its result is passed to {@link #member(RecordColumn)}.\n@param member a consumer that will call methods on {@link RecordColumn.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RecordColumn)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RecordColumn", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : null, "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "simple" : false, "variable" : { "variableDeclarationType" : "RecordColumn", "variableName" : "member", "variableType" : "RecordColumn", "documentation" : "", "simpleType" : "RecordColumn", "variableSetterType" : "RecordColumn" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RecordColumn", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RecordColumn", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RecordColumns", "setterDocumentation" : "

                    A list of RecordColumn objects.

                    \n@param recordColumns A list of RecordColumn objects.", "setterMethodName" : "setRecordColumns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "recordColumns", "variableType" : "java.util.List", "documentation" : "

                    A list of RecordColumn objects.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RecordFormat", "RecordColumns" ], "shapeName" : "SourceSchema", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SourceSchema", "variableName" : "sourceSchema", "variableType" : "SourceSchema", "documentation" : null, "simpleType" : "SourceSchema", "variableSetterType" : "SourceSchema" }, "wrapper" : false }, "StartApplicationRequest" : { "c2jName" : "StartApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.StartApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the application.

                    \n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputConfigurations", "beanStyleSetterMethodName" : "setInputConfigurations", "c2jName" : "InputConfigurations", "c2jShape" : "InputConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputConfigurations(List)}.\n@param inputConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputConfigurations(List)", "deprecated" : false, "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputConfigurations", "fluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputConfigurations", "getterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputConfiguration.Builder} avoiding the need to create one manually via {@link InputConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(InputConfiguration)}.\n@param member a consumer that will call methods on {@link InputConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputConfiguration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : null, "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : "", "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputConfigurations", "setterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "setterMethodName" : "setInputConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the application.

                    \n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputConfigurations" : { "beanStyleGetterMethodName" : "getInputConfigurations", "beanStyleSetterMethodName" : "setInputConfigurations", "c2jName" : "InputConfigurations", "c2jShape" : "InputConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputConfigurations(List)}.\n@param inputConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputConfigurations(List)", "deprecated" : false, "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputConfigurations", "fluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputConfigurations", "getterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputConfiguration.Builder} avoiding the need to create one manually via {@link InputConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(InputConfiguration)}.\n@param member a consumer that will call methods on {@link InputConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputConfiguration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : null, "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : "", "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputConfigurations", "setterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "setterMethodName" : "setInputConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the application.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the application.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the application.

                    \n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the application.

                    \n@param applicationName Name of the application.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the application.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputConfigurations", "beanStyleSetterMethodName" : "setInputConfigurations", "c2jName" : "InputConfigurations", "c2jShape" : "InputConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputConfigurations(List)}.\n@param inputConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputConfigurations(List)", "deprecated" : false, "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inputConfigurations", "fluentSetterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputConfigurations", "getterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputConfigurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputConfiguration.Builder} avoiding the need to create one manually via {@link InputConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(InputConfiguration)}.\n@param member a consumer that will call methods on {@link InputConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputConfiguration)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : null, "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputConfiguration", "variableName" : "member", "variableType" : "InputConfiguration", "documentation" : "", "simpleType" : "InputConfiguration", "variableSetterType" : "InputConfiguration" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "InputConfigurations", "setterDocumentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    \n@param inputConfigurations Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.", "setterMethodName" : "setInputConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inputConfigurations", "variableType" : "java.util.List", "documentation" : "

                    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "InputConfigurations" ], "shapeName" : "StartApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartApplicationRequest", "variableName" : "startApplicationRequest", "variableType" : "StartApplicationRequest", "documentation" : null, "simpleType" : "StartApplicationRequest", "variableSetterType" : "StartApplicationRequest" }, "wrapper" : false }, "StartApplicationResponse" : { "c2jName" : "StartApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartApplicationResponse", "variableName" : "startApplicationResponse", "variableType" : "StartApplicationResponse", "documentation" : null, "simpleType" : "StartApplicationResponse", "variableSetterType" : "StartApplicationResponse" }, "wrapper" : false }, "StopApplicationRequest" : { "c2jName" : "StopApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.StopApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the running application to stop.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the running application to stop.

                    \n@return Name of the running application to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the running application to stop.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the running application to stop.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the running application to stop.

                    \n@return Name of the running application to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the running application to stop.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the running application to stop.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the running application to stop.

                    \n@return Name of the running application to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the running application to stop.

                    \n@param applicationName Name of the running application to stop.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the running application to stop.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName" ], "shapeName" : "StopApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopApplicationRequest", "variableName" : "stopApplicationRequest", "variableType" : "StopApplicationRequest", "documentation" : null, "simpleType" : "StopApplicationRequest", "variableSetterType" : "StopApplicationRequest" }, "wrapper" : false }, "StopApplicationResponse" : { "c2jName" : "StopApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopApplicationResponse", "variableName" : "stopApplicationResponse", "variableType" : "StopApplicationResponse", "documentation" : null, "simpleType" : "StopApplicationResponse", "variableSetterType" : "StopApplicationResponse" }, "wrapper" : false }, "UnableToDetectSchemaException" : { "c2jName" : "UnableToDetectSchemaException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Data format is not valid, Amazon Kinesis Analytics is not able to detect schema for the given streaming source.

                    ", "enums" : null, "errorCode" : "UnableToDetectSchemaException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "Returns the value of the RawInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the RawInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "Returns the value of the ProcessedInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the ProcessedInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProcessedInputRecords" : { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "Returns the value of the ProcessedInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the ProcessedInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RawInputRecords" : { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "Returns the value of the RawInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the RawInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRawInputRecords", "beanStyleSetterMethodName" : "setRawInputRecords", "c2jName" : "RawInputRecords", "c2jShape" : "RawInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rawInputRecords(List)}.\n@param rawInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rawInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "rawInputRecords", "fluentSetterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rawInputRecords", "getterDocumentation" : "Returns the value of the RawInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the RawInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RawInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RawInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RawInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "RawInputRecords", "setterDocumentation" : "Sets the value of the RawInputRecords property for this object.\n\n@param rawInputRecords The new value for the RawInputRecords property for this object.", "setterMethodName" : "setRawInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rawInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getProcessedInputRecords", "beanStyleSetterMethodName" : "setProcessedInputRecords", "c2jName" : "ProcessedInputRecords", "c2jShape" : "ProcessedInputRecords", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #processedInputRecords(List)}.\n@param processedInputRecords a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #processedInputRecords(List)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "processedInputRecords", "fluentSetterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "processedInputRecords", "getterDocumentation" : "Returns the value of the ProcessedInputRecords property for this object.\n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The value of the ProcessedInputRecords property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProcessedInputRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProcessedInputRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ProcessedInputRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ProcessedInputRecords", "setterDocumentation" : "Sets the value of the ProcessedInputRecords property for this object.\n\n@param processedInputRecords The new value for the ProcessedInputRecords property for this object.", "setterMethodName" : "setProcessedInputRecords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "processedInputRecords", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnableToDetectSchemaException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnableToDetectSchemaException", "variableName" : "unableToDetectSchemaException", "variableType" : "UnableToDetectSchemaException", "documentation" : null, "simpleType" : "UnableToDetectSchemaException", "variableSetterType" : "UnableToDetectSchemaException" }, "wrapper" : false }, "UpdateApplicationRequest" : { "c2jName" : "UpdateApplicationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateApplication", "locationName" : null, "requestUri" : "/", "target" : "KinesisAnalytics_20150814.UpdateApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@return Name of the Amazon Kinesis Analytics application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@return The current application version ID. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationUpdate", "beanStyleSetterMethodName" : "setApplicationUpdate", "c2jName" : "ApplicationUpdate", "c2jShape" : "ApplicationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes application updates.

                    \nThis is a convenience that creates an instance of the {@link ApplicationUpdate.Builder} avoiding the need to create one manually via {@link ApplicationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationUpdate.Builder#build()} is called immediately and its result is passed to {@link #applicationUpdate(ApplicationUpdate)}.\n@param applicationUpdate a consumer that will call methods on {@link ApplicationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationUpdate(ApplicationUpdate)", "deprecated" : false, "documentation" : "

                    Describes application updates.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationUpdate", "fluentSetterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationUpdate", "getterDocumentation" : "

                    Describes application updates.

                    \n@return Describes application updates.", "getterModel" : { "returnType" : "ApplicationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationUpdate", "setterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.", "setterMethodName" : "setApplicationUpdate", "setterModel" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : null, "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : "

                    Describes application updates.

                    ", "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationName" : { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@return Name of the Amazon Kinesis Analytics application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ApplicationUpdate" : { "beanStyleGetterMethodName" : "getApplicationUpdate", "beanStyleSetterMethodName" : "setApplicationUpdate", "c2jName" : "ApplicationUpdate", "c2jShape" : "ApplicationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes application updates.

                    \nThis is a convenience that creates an instance of the {@link ApplicationUpdate.Builder} avoiding the need to create one manually via {@link ApplicationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationUpdate.Builder#build()} is called immediately and its result is passed to {@link #applicationUpdate(ApplicationUpdate)}.\n@param applicationUpdate a consumer that will call methods on {@link ApplicationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationUpdate(ApplicationUpdate)", "deprecated" : false, "documentation" : "

                    Describes application updates.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationUpdate", "fluentSetterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationUpdate", "getterDocumentation" : "

                    Describes application updates.

                    \n@return Describes application updates.", "getterModel" : { "returnType" : "ApplicationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationUpdate", "setterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.", "setterMethodName" : "setApplicationUpdate", "setterModel" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : null, "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : "

                    Describes application updates.

                    ", "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "xmlNameSpaceUri" : null }, "CurrentApplicationVersionId" : { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@return The current application version ID. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getApplicationName", "beanStyleSetterMethodName" : "setApplicationName", "c2jName" : "ApplicationName", "c2jShape" : "ApplicationName", "defaultConsumerFluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)", "deprecated" : false, "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationName", "fluentSetterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationName", "getterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@return Name of the Amazon Kinesis Analytics application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationName", "setterDocumentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    \n@param applicationName Name of the Amazon Kinesis Analytics application to update.", "setterMethodName" : "setApplicationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationName", "variableType" : "String", "documentation" : "

                    Name of the Amazon Kinesis Analytics application to update.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCurrentApplicationVersionId", "beanStyleSetterMethodName" : "setCurrentApplicationVersionId", "c2jName" : "CurrentApplicationVersionId", "c2jShape" : "ApplicationVersionId", "defaultConsumerFluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)", "deprecated" : false, "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "currentApplicationVersionId", "fluentSetterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "currentApplicationVersionId", "getterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@return The current application version ID. You can use the DescribeApplication operation to get this value.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CurrentApplicationVersionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CurrentApplicationVersionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "CurrentApplicationVersionId", "setterDocumentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    \n@param currentApplicationVersionId The current application version ID. You can use the DescribeApplication operation to get this value.", "setterMethodName" : "setCurrentApplicationVersionId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "currentApplicationVersionId", "variableType" : "Long", "documentation" : "

                    The current application version ID. You can use the DescribeApplication operation to get this value.

                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplicationUpdate", "beanStyleSetterMethodName" : "setApplicationUpdate", "c2jName" : "ApplicationUpdate", "c2jShape" : "ApplicationUpdate", "defaultConsumerFluentSetterDocumentation" : "

                    Describes application updates.

                    \nThis is a convenience that creates an instance of the {@link ApplicationUpdate.Builder} avoiding the need to create one manually via {@link ApplicationUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationUpdate.Builder#build()} is called immediately and its result is passed to {@link #applicationUpdate(ApplicationUpdate)}.\n@param applicationUpdate a consumer that will call methods on {@link ApplicationUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationUpdate(ApplicationUpdate)", "deprecated" : false, "documentation" : "

                    Describes application updates.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applicationUpdate", "fluentSetterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationUpdate", "getterDocumentation" : "

                    Describes application updates.

                    \n@return Describes application updates.", "getterModel" : { "returnType" : "ApplicationUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationUpdate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationUpdate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ApplicationUpdate", "setterDocumentation" : "

                    Describes application updates.

                    \n@param applicationUpdate Describes application updates.", "setterMethodName" : "setApplicationUpdate", "setterModel" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : null, "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "simple" : false, "variable" : { "variableDeclarationType" : "ApplicationUpdate", "variableName" : "applicationUpdate", "variableType" : "ApplicationUpdate", "documentation" : "

                    Describes application updates.

                    ", "simpleType" : "ApplicationUpdate", "variableSetterType" : "ApplicationUpdate" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ApplicationName", "CurrentApplicationVersionId", "ApplicationUpdate" ], "shapeName" : "UpdateApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateApplicationRequest", "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "documentation" : null, "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "wrapper" : false }, "UpdateApplicationResponse" : { "c2jName" : "UpdateApplicationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateApplicationResponse", "variableName" : "updateApplicationResponse", "variableType" : "UpdateApplicationResponse", "documentation" : null, "simpleType" : "UpdateApplicationResponse", "variableSetterType" : "UpdateApplicationResponse" }, "wrapper" : false } }, "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.core.AwsResponse", "sdkModeledExceptionBaseClassName" : "KinesisAnalyticsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.kinesisanalytics.model.KinesisAnalyticsException", "sdkRequestBaseClassName" : "KinesisAnalyticsRequest", "sdkResponseBaseClassName" : "KinesisAnalyticsResponse", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.core.exception.SdkServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy